Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfc49257 authored by Mike Frysinger's avatar Mike Frysinger Committed by David Woodhouse
Browse files

[MTD] [NAND] Blackfin NFC Driver: drop pointless casts with set_dma_callback()

parent 8d30cab0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);