]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd9b06f0ce6053205d382dd9ce696f025d02cb1dc
treec6b6c7d6155c1dabf775f9234ffc0f587aecf984
parenta8696d5190bde4765d4ce87b81441918ec52a989
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