commit | fd5b462f0b3ae641e39966d1c6cd0dd66100cda5 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Sun May 18 20:47:18 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun May 18 13:28:50 2008 -0700 |
tree | c5334016f71fb0e0807147b73e12e565baf3cb73 | |
parent | eb98630ba02f6a23a2d202be082757a9e9940b2b [diff] |
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>