]> git.karo-electronics.de Git - linux-beck.git/commit
mfd: lp8788-irq: Uninitialized variable in irq handler
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 11 Mar 2016 08:11:39 +0000 (11:11 +0300)
committerLee Jones <lee.jones@linaro.org>
Mon, 11 Apr 2016 12:31:40 +0000 (13:31 +0100)
commit22aab38e7b59fd79ce1045006be69a9abab58e5a
tree8102ecb8201621f05eff3b043de7e6fa095506c1
parentadae28c59a6a71a971ffed713550911546df0e20
mfd: lp8788-irq: Uninitialized variable in irq handler

Instead to being true/false, the "handled" is true/uninitialized.
Presumably this doesn't cause that many problems in real life because
normally we handle the IRQ.

Fixes: eea6b7cc53aa ('mfd: Add lp8788 mfd driver')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Milo Kim <milo.kim@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/lp8788-irq.c