From: Tejun Heo Date: Fri, 24 Mar 2006 06:25:31 +0000 (+0900) Subject: [PATCH] libata: use ata_dev_disable() in ata_bus_probe() X-Git-Tag: v2.6.17-rc1~866^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcef978f9d4bd6ec43f89031442ee205987a912a;p=pandora-kernel.git [PATCH] libata: use ata_dev_disable() in ata_bus_probe() We may or may not disable a device after ata_dev_configure() fails. Kill 'not supported, ignoring' message in ata_dev_configure() and use ata_dev_disable() in ata_bus_probe(). Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed