diff options
Diffstat (limited to 'drivers/input/joydev.c')
-rw-r--r-- | drivers/input/joydev.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/joydev.c b/drivers/input/joydev.c index 033e3aac92a3..9f3529ad3fda 100644 --- a/drivers/input/joydev.c +++ b/drivers/input/joydev.c | |||
@@ -606,8 +606,7 @@ static struct input_handler joydev_handler = { | |||
606 | 606 | ||
607 | static int __init joydev_init(void) | 607 | static int __init joydev_init(void) |
608 | { | 608 | { |
609 | input_register_handler(&joydev_handler); | 609 | return input_register_handler(&joydev_handler); |
610 | return 0; | ||
611 | } | 610 | } |
612 | 611 | ||
613 | static void __exit joydev_exit(void) | 612 | static void __exit joydev_exit(void) |