From: Tejun Heo Date: Tue, 11 Apr 2006 13:26:29 +0000 (+0900) Subject: [PATCH] libata: disable failed devices only once in ata_bus_probe() X-Git-Tag: v2.6.18-rc1~1079^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec573755fcd7975aae6b0d536dbcd74a6eed029c;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed