OSDN Git Service

Input: synaptics-rmi4 - fix error return code in rmi_probe_interrupts()
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 7 Feb 2017 18:00:37 +0000 (10:00 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 7 Feb 2017 22:23:43 +0000 (14:23 -0800)
commite78395334ba6034b53e21e09ce8a50c303d130a9
tree8983da37b39ff224aacff78196ac13cb43055f92
parenta1fbf5bbef025b4844162b3b8868888003a7ee9c
Input: synaptics-rmi4 - fix error return code in rmi_probe_interrupts()

Fix to return error code -ENOMEM from the devm_kzalloc() error handling
case instead of 0, as done elsewhere in this function.

Fixes: 6bd0dcfacf28 ("Input: synaptics-rmi4 - factor out functions
from probe")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/rmi4/rmi_driver.c