The patch titled drivers/mtd/nand/cafe_nand.c: fix irq handler return type has been removed from the -mm tree. Its filename was drivers-mtd-nand-cafe_nandc-fix-irq-handler-return-type.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: drivers/mtd/nand/cafe_nand.c: fix irq handler return type From: Zhenwen Xu <helight.xu@xxxxxxxxx> drivers/mtd/nand/cafe_nand.c: In function `cafe_nand_probe': drivers/mtd/nand/cafe_nand.c:730: warning: passing argument 2 of `request_irq' from incompatible pointer type Signed-off-by: Zhenwen Xu <helight.xu@xxxxxxxxx> Cc: <kyungmin.park@xxxxxxxxxxx> Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/mtd/nand/cafe_nand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/mtd/nand/cafe_nand.c~drivers-mtd-nand-cafe_nandc-fix-irq-handler-return-type drivers/mtd/nand/cafe_nand.c --- a/drivers/mtd/nand/cafe_nand.c~drivers-mtd-nand-cafe_nandc-fix-irq-handler-return-type +++ a/drivers/mtd/nand/cafe_nand.c @@ -332,7 +332,7 @@ static void cafe_select_chip(struct mtd_ 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 cafe_priv *cafe = mtd->priv; _ Patches currently in -mm which might be from helight.xu@xxxxxxxxx are drivers-infiniband-hw-nes-nes_cmc-fix-unused-var-warning.patch drivers-pci-hotplug-ibmphp_corec-fix-warning-due-to-missing-module_exit.patch drivers-scsi-ncr_d700c-fix-irq-handler-return-type.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html