Browse Source

dmaengine i.MX DMA: do not initialize chan_id field

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Sascha Hauer 14 years ago
parent
commit
97a43dfe84
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/dma/imx-dma.c

+ 0 - 1
drivers/dma/imx-dma.c

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