aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/joystick/stinger.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/joystick/stinger.c')
-rw-r--r--drivers/input/joystick/stinger.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/joystick/stinger.c b/drivers/input/joystick/stinger.c
index b51a4a4c7f60..ecb0916215fa 100644
--- a/drivers/input/joystick/stinger.c
+++ b/drivers/input/joystick/stinger.c
@@ -216,8 +216,7 @@ static struct serio_driver stinger_drv = {
216 216
217static int __init stinger_init(void) 217static int __init stinger_init(void)
218{ 218{
219 serio_register_driver(&stinger_drv); 219 return serio_register_driver(&stinger_drv);
220 return 0;
221} 220}
222 221
223static void __exit stinger_exit(void) 222static void __exit stinger_exit(void)