Эх сурвалжийг харах

cafe_nand: Fix warning

Wrong types on IRQ handler

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Alan Cox 16 жил өмнө
parent
commit
67cd724f6d

+ 1 - 1
drivers/mtd/nand/cafe_nand.c

@@ -332,7 +332,7 @@ static void cafe_select_chip(struct mtd_info *mtd, int chipnr)
 		cafe->ctl1 &= ~CTRL1_CHIPSELECT;
 		cafe->ctl1 &= ~CTRL1_CHIPSELECT;
 }
 }
 
 
-static int cafe_nand_interrupt(int irq, void *id)
+static irqreturn_t cafe_nand_interrupt(int irq, void *id)
 {
 {
 	struct mtd_info *mtd = id;
 	struct mtd_info *mtd = id;
 	struct cafe_priv *cafe = mtd->priv;
 	struct cafe_priv *cafe = mtd->priv;