]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/hid/hid-alps.c
HID: alps: fix error return code in alps_input_configured()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 21 Sep 2016 15:12:05 +0000 (15:12 +0000)
committerJiri Kosina <jkosina@suse.cz>
Thu, 22 Sep 2016 09:10:06 +0000 (11:10 +0200)
commit46a41b512f6800b531e94bdf5f1ca0e226492d91
tree76b3e8992d478809ad03cb8ee999bad8eb53c14b
parent3da30bfc0b0a572a4f977a586edf34cf3dd503c3
HID: alps: fix error return code in alps_input_configured()

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

While at it, remove redundant input_free_device(NULL) call.

[jkosina@suse.cz: ammend changelog]
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-alps.c