mfd: arizona: Signedness bug in arizona_runtime_suspend()
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 19 Oct 2015 10:18:05 +0000 (13:18 +0300)
committerLee Jones <lee.jones@linaro.org>
Fri, 30 Oct 2015 18:56:58 +0000 (18:56 +0000)
commita05950a4453fcfb136ee1eff0bd0a3cfb46a401e
treeb7b7f899b30570ea8b49ff831d0638c0334c75d1
parente56e5ad67d15f775537f1259527f1ad5796da012
mfd: arizona: Signedness bug in arizona_runtime_suspend()

The "jd_active" variable needs to be signed for the error handling to
work.

Fixes: 143e5887ae57 ('mfd: arizona: factor out checking of jack detection state')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/arizona-core.c