diff options
Diffstat (limited to 'drivers/input/touchscreen/touchwin.c')
-rw-r--r-- | drivers/input/touchscreen/touchwin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/touchwin.c b/drivers/input/touchscreen/touchwin.c index 9911820fa2fe..4dc073dacabb 100644 --- a/drivers/input/touchscreen/touchwin.c +++ b/drivers/input/touchscreen/touchwin.c | |||
@@ -189,8 +189,7 @@ static struct serio_driver tw_drv = { | |||
189 | 189 | ||
190 | static int __init tw_init(void) | 190 | static int __init tw_init(void) |
191 | { | 191 | { |
192 | serio_register_driver(&tw_drv); | 192 | return serio_register_driver(&tw_drv); |
193 | return 0; | ||
194 | } | 193 | } |
195 | 194 | ||
196 | static void __exit tw_exit(void) | 195 | static void __exit tw_exit(void) |