Files
android_kernel_xiaomi_sm8450/include/linux/mfd
Dan Carpenter 9a6dc64451 mfd: 88pm80x: Double shifting bug in suspend/resume
set_bit() and clear_bit() take the bit number so this code is really
doing "1 << (1 << irq)" which is a double shift bug.  It's done
consistently so it won't cause a problem unless "irq" is more than 4.

Fixes: 70c6cce040 ('mfd: Support 88pm80x in 80x driver')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
2016-10-04 15:48:02 +01:00
..
2015-08-11 15:08:45 +01:00
2016-01-04 09:57:35 +01:00
2016-08-31 10:50:59 +01:00
2016-08-31 13:20:31 +01:00
2016-08-31 13:48:25 +01:00
2015-10-30 17:19:51 +00:00
2016-08-10 09:25:18 +01:00