diff options
Diffstat (limited to 'drivers/input/joystick/magellan.c')
-rw-r--r-- | drivers/input/joystick/magellan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/joystick/magellan.c b/drivers/input/joystick/magellan.c index d512b0a0282e..4112789f1196 100644 --- a/drivers/input/joystick/magellan.c +++ b/drivers/input/joystick/magellan.c | |||
@@ -231,8 +231,7 @@ static struct serio_driver magellan_drv = { | |||
231 | 231 | ||
232 | static int __init magellan_init(void) | 232 | static int __init magellan_init(void) |
233 | { | 233 | { |
234 | serio_register_driver(&magellan_drv); | 234 | return serio_register_driver(&magellan_drv); |
235 | return 0; | ||
236 | } | 235 | } |
237 | 236 | ||
238 | static void __exit magellan_exit(void) | 237 | static void __exit magellan_exit(void) |