Input: wacom - fix error return code in wacom_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Sat, 24 Aug 2013 23:41:56 +0000 (16:41 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 25 Aug 2013 00:44:29 +0000 (17:44 -0700)
commitd4879c9e0fee98dca512acd7c9b045c1b73091d6
treeb476627d483de0e60eb53b4f4b25da752adf3da0
parent67b3bfd0c22274f1b3c40f0820cbdc1d71f7d0cd
Input: wacom - fix error return code in wacom_probe()

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

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/tablet/wacom_sys.c