aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/gunze.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/touchscreen/gunze.c')
-rw-r--r--drivers/input/touchscreen/gunze.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/input/touchscreen/gunze.c b/drivers/input/touchscreen/gunze.c
index 44f397fff715..9157eb148e84 100644
--- a/drivers/input/touchscreen/gunze.c
+++ b/drivers/input/touchscreen/gunze.c
@@ -194,8 +194,7 @@ static struct serio_driver gunze_drv = {
194 194
195static int __init gunze_init(void) 195static int __init gunze_init(void)
196{ 196{
197 serio_register_driver(&gunze_drv); 197 return serio_register_driver(&gunze_drv);
198 return 0;
199} 198}
200 199
201static void __exit gunze_exit(void) 200static void __exit gunze_exit(void)