diff options
Diffstat (limited to 'drivers/dma/fsldma.c')
-rw-r--r-- | drivers/dma/fsldma.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/fsldma.c b/drivers/dma/fsldma.c index 994bcb2c6b92..3d8feb5e4c2f 100644 --- a/drivers/dma/fsldma.c +++ b/drivers/dma/fsldma.c | |||
@@ -1337,7 +1337,6 @@ static int fsl_dma_chan_probe(struct fsldma_device *fdev, | |||
1337 | 1337 | ||
1338 | /* Add the channel to DMA device channel list */ | 1338 | /* Add the channel to DMA device channel list */ |
1339 | list_add_tail(&chan->common.device_node, &fdev->common.channels); | 1339 | list_add_tail(&chan->common.device_node, &fdev->common.channels); |
1340 | fdev->common.chancnt++; | ||
1341 | 1340 | ||
1342 | dev_info(fdev->dev, "#%d (%s), irq %d\n", chan->id, compatible, | 1341 | dev_info(fdev->dev, "#%d (%s), irq %d\n", chan->id, compatible, |
1343 | chan->irq != NO_IRQ ? chan->irq : fdev->irq); | 1342 | chan->irq != NO_IRQ ? chan->irq : fdev->irq); |