aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/mtouch.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/mtouch.c')
-rw-r--r--drivers/input/touchscreen/mtouch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/mtouch.c b/drivers/input/touchscreen/mtouch.c
index c66b399774f2..c3c2d735d0ec 100644
--- a/drivers/input/touchscreen/mtouch.c
+++ b/drivers/input/touchscreen/mtouch.c
@@ -208,8 +208,7 @@ static struct serio_driver mtouch_drv = {
208 208
209static int __init mtouch_init(void) 209static int __init mtouch_init(void)
210{ 210{
211 serio_register_driver(&mtouch_drv); 211 return serio_register_driver(&mtouch_drv);
212 return 0;
213} 212}
214 213
215static void __exit mtouch_exit(void) 214static void __exit mtouch_exit(void)