From: Tejun Heo Date: Thu, 2 Feb 2006 09:20:00 +0000 (+0900) Subject: [PATCH] libata: fix ata_std_probe_reset() SATA detection X-Git-Tag: v2.6.17-rc1~1182^2~96 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b911fc3ae0121ff0b72a52e58823c3f8ac3094d0;p=pandora-kernel.git [PATCH] libata: fix ata_std_probe_reset() SATA detection ap->cbl is initialized during postreset and thus unknown on entry to ata_std_probe_reset(). This patch makes ata_std_probe_reset() use ATA_FLAG_SATA flag instead of ap->cbl to detect SATA port. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed