commit | 078dc65e61c562e289685fe43b5ef58118e033fc | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Fri Apr 06 20:37:43 2012 +0800 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Apr 10 14:20:55 2012 -0600 |
tree | 59bc3c9d689ed27ce41e57eebe4f3dc9dc69e086 | |
parent | 3ffc9cebb65f6942cd912e33e60e1f09e497e208 [diff] |
gpio: Fix uninitialized variable bit in adp5588_irq_handler The variable 'bit' is uninitialized in the first iteration of for loop. Fix it. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>