OSDN Git Service

Input: hil_kbd - fix error return code in hil_dev_connect()
authorZhen Lei <thunder.leizhen@huawei.com>
Mon, 24 May 2021 18:52:42 +0000 (11:52 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 25 May 2021 03:57:04 +0000 (20:57 -0700)
commitd9b576917a1d0efa293801a264150a1b37691617
tree0ea44030ccded7a008e0f76fb08774cd7a9be3ee
parentd12b64b9764ea17554fb230784ebf91287ed807e
Input: hil_kbd - fix error return code in hil_dev_connect()

Return error code -EINVAL rather than '0' when the combo devices are not
supported.

Fixes: fa71c605c2bb ("Input: combine hil_kbd and hil_ptr drivers")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/r/20210515030053.6824-1-thunder.leizhen@huawei.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/hil_kbd.c