ide: fix handling of busy I/O resources in probe_hwif()
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Fri, 1 Feb 2008 22:09:34 +0000 (23:09 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Fri, 1 Feb 2008 22:09:34 +0000 (23:09 +0100)
commitcf7125ae05e5ac671eec2508656816bbc0a8c723
treec6b6c7d6155c1dabf775f9234ffc0f587aecf984
parent76166952bbc81dda1c8a8c14e75a2aa06f6c052c
ide: fix handling of busy I/O resources in probe_hwif()

It could be that I/O resources are busy because some other host driver
has already claimed them so don't unregister the devices.

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