Commit 635c6a22 authored by Dimitris Lampridis's avatar Dimitris Lampridis

point to the correct place for the dma channel

parent b5f17afd
...@@ -400,7 +400,7 @@ static bool fa_dmaengine_filter(struct dma_chan *dchan, void *arg) ...@@ -400,7 +400,7 @@ static bool fa_dmaengine_filter(struct dma_chan *dchan, void *arg)
break; break;
case ADC_VER_SVEC: case ADC_VER_SVEC:
/* The channel must be on the VME bus */ /* The channel must be on the VME bus */
device_ref = fa->pdev->dev.parent->parent; device_ref = fa->pdev->dev.parent->parent->parent->parent->parent;
break; break;
default: default:
dev_warn(&cset->head.dev, dev_warn(&cset->head.dev,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment