diff options
Diffstat (limited to 'drivers/input/touchscreen/touchright.c')
-rw-r--r-- | drivers/input/touchscreen/touchright.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/touchright.c b/drivers/input/touchscreen/touchright.c index c74f74e57af0..35ba46c6ad2d 100644 --- a/drivers/input/touchscreen/touchright.c +++ b/drivers/input/touchscreen/touchright.c | |||
@@ -182,8 +182,7 @@ static struct serio_driver tr_drv = { | |||
182 | 182 | ||
183 | static int __init tr_init(void) | 183 | static int __init tr_init(void) |
184 | { | 184 | { |
185 | serio_register_driver(&tr_drv); | 185 | return serio_register_driver(&tr_drv); |
186 | return 0; | ||
187 | } | 186 | } |
188 | 187 | ||
189 | static void __exit tr_exit(void) | 188 | static void __exit tr_exit(void) |