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)
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>

No differences found