input/atari: Fix atarimouse init
authorMichael Schmitz <schmitz@biophys.uni-duesseldorf.de>
Sun, 28 Dec 2008 22:00:45 +0000 (23:00 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 19 May 2011 16:19:11 +0000 (18:19 +0200)
commit186f200a95cbd13c291cdd3ddeb07aad0a3782cc
tree426de0e7ecc259e696b2c4504a015668a95d889a
parent7786908c3c1bb38dcc5cd2c037251c05507eef16
input/atari: Fix atarimouse init

Atarimouse fails to load as a module (with ENODEV), due to a brown paper
bag bug, misinterpreting the semantics of atari_keyb_init().

[geert] Propagate the return value of atari_keyb_init() everywhere

Signed-off-by: Michael Schmitz <schmitz@debian.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
drivers/input/keyboard/atakbd.c
drivers/input/mouse/atarimouse.c