diff options
Diffstat (limited to 'drivers/dma/dmaengine.c')
-rw-r--r-- | drivers/dma/dmaengine.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/dma/dmaengine.c b/drivers/dma/dmaengine.c index 10de69eb1a3e..7344f5dbd501 100644 --- a/drivers/dma/dmaengine.c +++ b/drivers/dma/dmaengine.c | |||
@@ -174,7 +174,8 @@ static void dma_client_chan_alloc(struct dma_client *client) | |||
174 | if (!dma_chan_satisfies_mask(chan, client->cap_mask)) | 174 | if (!dma_chan_satisfies_mask(chan, client->cap_mask)) |
175 | continue; | 175 | continue; |
176 | 176 | ||
177 | desc = chan->device->device_alloc_chan_resources(chan); | 177 | desc = chan->device->device_alloc_chan_resources( |
178 | chan, client); | ||
178 | if (desc >= 0) { | 179 | if (desc >= 0) { |
179 | ack = client->event_callback(client, | 180 | ack = client->event_callback(client, |
180 | chan, | 181 | chan, |