dmaengine i.MX SDMA: do not initialize chan_id field

This is bogus as the dmaengine core will overwrite this field.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-01-31 10:19:53 +01:00
Родитель 1fa81c270d
Коммит 7a0e9b2557
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -1307,7 +1307,6 @@ static int __init sdma_probe(struct platform_device *pdev)
dma_cap_set(DMA_CYCLIC, sdma->dma_device.cap_mask);
sdmac->chan.device = &sdma->dma_device;
sdmac->chan.chan_id = i;
sdmac->channel = i;
/* Add the channel to the DMAC list */