diff options
Diffstat (limited to 'drivers/input/touchscreen/penmount.c')
-rw-r--r-- | drivers/input/touchscreen/penmount.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/penmount.c b/drivers/input/touchscreen/penmount.c index 6c7d0c2c76cc..bd2767991ae9 100644 --- a/drivers/input/touchscreen/penmount.c +++ b/drivers/input/touchscreen/penmount.c | |||
@@ -171,8 +171,7 @@ static struct serio_driver pm_drv = { | |||
171 | 171 | ||
172 | static int __init pm_init(void) | 172 | static int __init pm_init(void) |
173 | { | 173 | { |
174 | serio_register_driver(&pm_drv); | 174 | return serio_register_driver(&pm_drv); |
175 | return 0; | ||
176 | } | 175 | } |
177 | 176 | ||
178 | static void __exit pm_exit(void) | 177 | static void __exit pm_exit(void) |