aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/touchright.c
diff options
context:
space:
mode:
authorAkinobu Mita <akinobu.mita@gmail.com>2006-11-23 23:35:10 -0500
committerDmitry Torokhov <dtor@insightbb.com>2006-11-23 23:35:10 -0500
commit153a9df01c0d1ecdc56161c7a0f830325145dd64 (patch)
tree6645b72a6036bb2491d1e54317009259e41bf568 /drivers/input/touchscreen/touchright.c
parented7b1f6d6ea1054ea4fe293a7fd8015fc3803d93 (diff)
downloadkernel_samsung_smdk4412-153a9df01c0d1ecdc56161c7a0f830325145dd64.tar.gz
kernel_samsung_smdk4412-153a9df01c0d1ecdc56161c7a0f830325145dd64.tar.bz2
kernel_samsung_smdk4412-153a9df01c0d1ecdc56161c7a0f830325145dd64.zip
Input: handle serio_register_driver() errors
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/touchright.c')
-rw-r--r--drivers/input/touchscreen/touchright.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/touchright.c b/drivers/input/touchscreen/touchright.c
index c74f74e57af..35ba46c6ad2 100644
--- a/drivers/input/touchscreen/touchright.c
+++ b/drivers/input/touchscreen/touchright.c
@@ -182,8 +182,7 @@ static struct serio_driver tr_drv = {
static int __init tr_init(void)
{
- serio_register_driver(&tr_drv);
- return 0;
+ return serio_register_driver(&tr_drv);
}
static void __exit tr_exit(void)