diff options
Diffstat (limited to 'drivers/input/serio/q40kbd.c')
-rw-r--r-- | drivers/input/serio/q40kbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/q40kbd.c b/drivers/input/serio/q40kbd.c index ab28cf5949f2..e36a0901646c 100644 --- a/drivers/input/serio/q40kbd.c +++ b/drivers/input/serio/q40kbd.c | |||
@@ -154,7 +154,7 @@ static int __init q40kbd_init(void) | |||
154 | int error; | 154 | int error; |
155 | 155 | ||
156 | if (!MACH_IS_Q40) | 156 | if (!MACH_IS_Q40) |
157 | return -EIO; | 157 | return -ENODEV; |
158 | 158 | ||
159 | error = platform_driver_register(&q40kbd_driver); | 159 | error = platform_driver_register(&q40kbd_driver); |
160 | if (error) | 160 | if (error) |