Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszer...
[cascardo/linux.git] / drivers / mfd / lp8788-irq.c
index c7a9825..792d51b 100644 (file)
@@ -112,7 +112,7 @@ static irqreturn_t lp8788_irq_handler(int irq, void *ptr)
        struct lp8788_irq_data *irqd = ptr;
        struct lp8788 *lp = irqd->lp;
        u8 status[NUM_REGS], addr, mask;
-       bool handled;
+       bool handled = false;
        int i;
 
        if (lp8788_read_multi_bytes(lp, LP8788_INT_1, status, NUM_REGS))