From baa0de2f50c389a8d20df7eab5cf804bb700502c Mon Sep 17 00:00:00 2001 From: Laxman Dewangan Date: Thu, 2 Aug 2012 20:20:32 +0530 Subject: mfd: tps65090: fix compilation warning Fix compilation warning of -Wmaybe-uninitialized Change-Id: I4e6cbe9f5768407b5212d7c3dcfa842560d62748 Signed-off-by: Laxman Dewangan Reviewed-on: http://git-master/r/120842 Reviewed-by: Automatic_Commit_Validation_User --- drivers/mfd/tps65090.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/mfd') diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c index 8a911cab06ab..ec60ac746d2c 100644 --- a/drivers/mfd/tps65090.c +++ b/drivers/mfd/tps65090.c @@ -111,7 +111,7 @@ static irqreturn_t tps65090_irq(int irq, void *data) { struct tps65090 *tps65090 = data; int ret = 0; - u8 status, mask; + u8 status = 0, mask = 0; unsigned long int acks = 0; int i; -- cgit v1.2.3