| Submitter | Bryan Wu |
|---|---|
| Date | Jan. 7, 2009, 4:41 p.m. |
| Message ID | <1231346519-28603-4-git-send-email-cooloney@kernel.org> |
| Download | mbox | patch |
| Permalink | /patch/17167/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/drivers/mtd/nand/bf5xx_nand.c b/drivers/mtd/nand/bf5xx_nand.c index 520314d..4c2a67c 100644 --- a/drivers/mtd/nand/bf5xx_nand.c +++ b/drivers/mtd/nand/bf5xx_nand.c @@ -572,7 +572,7 @@ static int bf5xx_nand_dma_init(struct bf5xx_nand_info *info) SSYNC(); #endif - set_dma_callback(CH_NFC, (void *) bf5xx_nand_dma_irq, (void *) info); + set_dma_callback(CH_NFC, bf5xx_nand_dma_irq, info); /* Turn off the DMA channel first */ disable_dma(CH_NFC);