diff options
Diffstat (limited to 'drivers/input/joystick/warrior.c')
-rw-r--r-- | drivers/input/joystick/warrior.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/joystick/warrior.c b/drivers/input/joystick/warrior.c index 1e4828b9a1ab..29d339acf430 100644 --- a/drivers/input/joystick/warrior.c +++ b/drivers/input/joystick/warrior.c | |||
@@ -224,8 +224,7 @@ static struct serio_driver warrior_drv = { | |||
224 | 224 | ||
225 | static int __init warrior_init(void) | 225 | static int __init warrior_init(void) |
226 | { | 226 | { |
227 | serio_register_driver(&warrior_drv); | 227 | return serio_register_driver(&warrior_drv); |
228 | return 0; | ||
229 | } | 228 | } |
230 | 229 | ||
231 | static void __exit warrior_exit(void) | 230 | static void __exit warrior_exit(void) |