Input: synaptics-rmi4 - fix error return code in rmi_driver_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 28 Apr 2020 23:09:53 +0000 (16:09 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 28 Apr 2020 23:11:40 +0000 (16:11 -0700)
commit5caab2da63207d6d631007f592f5219459e3454d
tree1981a0bc1662ec7cb519571b777ba20809ad6a01
parentd5a5e5b5fa7b86c05bf073acc0ba98fa280174ec
Input: synaptics-rmi4 - fix error return code in rmi_driver_probe()

Fix to return a negative error code from the input_register_device()
error handling case instead of 0, as done elsewhere in this function.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Link: https://lore.kernel.org/r/20200428134948.78343-1-weiyongjun1@huawei.com
Cc: stable@vger.kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/rmi4/rmi_driver.c