From: Bartlomiej Zolnierkiewicz Date: Wed, 2 Apr 2008 01:35:15 +0000 (+0900) Subject: libata: fix IDENTIFY order in ata_bus_probe() X-Git-Tag: v2.6.25-rc9~70^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4ba7fe2a6c2b61419b290035bff398ab2591c54;p=pandora-kernel.git libata: fix IDENTIFY order in ata_bus_probe() Commit f58229f8060055b08b34008ea08f31de1e2f003c accidentally made ata_bus_probe() not use reverse order probing. Fix it. There currently isn't any PATA driver which uses obsolete ata_bus_probe() path, so this patch is mainly for correctness. Signed-off-by: Bartlomiej Zolnierkiewicz Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed