diff options
Diffstat (limited to 'drivers/input/evbug.c')
-rw-r--r-- | drivers/input/evbug.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/evbug.c b/drivers/input/evbug.c index 1d8ce7a1ec30..5a9653c3128a 100644 --- a/drivers/input/evbug.c +++ b/drivers/input/evbug.c | |||
@@ -91,8 +91,7 @@ static struct input_handler evbug_handler = { | |||
91 | 91 | ||
92 | static int __init evbug_init(void) | 92 | static int __init evbug_init(void) |
93 | { | 93 | { |
94 | input_register_handler(&evbug_handler); | 94 | return input_register_handler(&evbug_handler); |
95 | return 0; | ||
96 | } | 95 | } |
97 | 96 | ||
98 | static void __exit evbug_exit(void) | 97 | static void __exit evbug_exit(void) |