diff options
Diffstat (limited to 'drivers/input/mouse/vsxxxaa.c')
-rw-r--r-- | drivers/input/mouse/vsxxxaa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/mouse/vsxxxaa.c b/drivers/input/mouse/vsxxxaa.c index ffd0d6624a8c..c3d64fcc858d 100644 --- a/drivers/input/mouse/vsxxxaa.c +++ b/drivers/input/mouse/vsxxxaa.c | |||
@@ -574,8 +574,7 @@ static struct serio_driver vsxxxaa_drv = { | |||
574 | static int __init | 574 | static int __init |
575 | vsxxxaa_init (void) | 575 | vsxxxaa_init (void) |
576 | { | 576 | { |
577 | serio_register_driver(&vsxxxaa_drv); | 577 | return serio_register_driver(&vsxxxaa_drv); |
578 | return 0; | ||
579 | } | 578 | } |
580 | 579 | ||
581 | static void __exit | 580 | static void __exit |