mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
97c68d00db
commit
67cd724f6d
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ static void cafe_select_chip(struct mtd_info *mtd, int chipnr)
|
|||
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;
|
||||
|
|
Loading…
Reference in a new issue