Input: melfas_mip4 - fix return value check in mip4_probe()
authorYang Yingliang <yangyingliang@huawei.com>
Sat, 24 Sep 2022 03:07:15 +0000 (11:07 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Oct 2022 08:39:42 +0000 (10:39 +0200)
commitf592ccddac68f1426d98384fb519246fe31f7e73
tree126b310330e330a836e5d311227d5d61a34b2588
parentff982b1f325d402f24379da34fd6c966b7245fa7
Input: melfas_mip4 - fix return value check in mip4_probe()

[ Upstream commit a54dc27bd25f20ee3ea2009584b3166d25178243 ]

devm_gpiod_get_optional() may return ERR_PTR(-EPROBE_DEFER),
add a minus sign to fix it.

Fixes: 6ccb1d8f78bd ("Input: add MELFAS MIP4 Touchscreen driver")
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20220924030715.1653538-1-yangyingliang@huawei.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/input/touchscreen/melfas_mip4.c