diff options
Diffstat (limited to 'drivers/input/mouse/hil_ptr.c')
-rw-r--r-- | drivers/input/mouse/hil_ptr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/mouse/hil_ptr.c b/drivers/input/mouse/hil_ptr.c index 4f2b503c1ac7..bfb174fe3230 100644 --- a/drivers/input/mouse/hil_ptr.c +++ b/drivers/input/mouse/hil_ptr.c | |||
@@ -417,8 +417,7 @@ static struct serio_driver hil_ptr_serio_driver = { | |||
417 | 417 | ||
418 | static int __init hil_ptr_init(void) | 418 | static int __init hil_ptr_init(void) |
419 | { | 419 | { |
420 | serio_register_driver(&hil_ptr_serio_driver); | 420 | return serio_register_driver(&hil_ptr_serio_driver); |
421 | return 0; | ||
422 | } | 421 | } |
423 | 422 | ||
424 | static void __exit hil_ptr_exit(void) | 423 | static void __exit hil_ptr_exit(void) |