]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: Return -ENODEV if no device is found
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 18 May 2008 18:47:18 +0000 (20:47 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 18 May 2008 20:28:50 +0000 (13:28 -0700)
commit85461643b91035e66c3686201e7a9cffd3b915c2
treec5334016f71fb0e0807147b73e12e565baf3cb73
parent01f2f2ef44210bea8125b641151c1200996a9e5d
m68k: Return -ENODEV if no device is found

According to the tests in do_initcalls(), the proper error code in case no
device is found is -ENODEV, not -ENXIO or -EIO.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/amiflop.c
drivers/block/z2ram.c
drivers/input/serio/q40kbd.c
drivers/video/amifb.c
drivers/video/hpfb.c