[PATCH] libata: disable failed devices only once in ata_bus_probe()
authorTejun Heo <htejun@gmail.com>
Tue, 11 Apr 2006 13:26:29 +0000 (22:26 +0900)
committerJeff Garzik <jeff@garzik.org>
Tue, 11 Apr 2006 17:22:17 +0000 (13:22 -0400)
commitec573755fcd7975aae6b0d536dbcd74a6eed029c
tree58600b1d741ba2a8f5bfa214768469a5031d0b49
parent7dd29dd629bd5a4e6d8a164a9886da01f291ecf2
[PATCH] libata: disable failed devices only once in ata_bus_probe()

Devices which consumed all their changes used to be disabled every
iteration.  This causes unnecessary noise in the console output.
Disable once and leave alone.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/scsi/libata-core.c
This page took 0.029249 seconds and 5 git commands to generate.