ide: skip probe if there are no devices on the port (v2)
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Mon, 8 Jun 2009 20:07:28 +0000 (22:07 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Mon, 8 Jun 2009 20:07:28 +0000 (22:07 +0200)
commita20b2a44eca52818ef52a94959480b7e6ea2f528
tree1e9fb4ee969b81978e35a59e6a16c176a8b19a29
parent75c2d7d71a85d02594da07d5d2ad587451b64b02
ide: skip probe if there are no devices on the port (v2)

In ide_probe_port() skip probe if ide_port_wait_ready() returns -ENODEV
and print error message instead of debug one if it returns -EBUSY.

v2:
Fix the default 'rc' value.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-probe.c