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: 70c6cce04066 ('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
..
2016-06-14 10:29:44 +01:00
2016-08-04 13:59:56 +02:00
2016-08-06 09:20:13 -04:00
2016-08-04 20:26:31 -04:00
2016-08-01 18:36:01 -04:00
2016-08-12 12:09:44 -07:00