commit | c1c4e8d55757f8aec5f95eb80860e340d717c217 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon Apr 23 02:05:53 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Apr 28 14:46:18 2007 -0400 |
tree | 1ecd67225ea52427f701d56e57ae13f803f69a88 | |
parent | abcfa88bd47d433c796cf724a8a8b321a7190bdd [diff] |
libata: add missing call to ->cable_detect() in new EH path ->cable_detect() used to be called on by the old ata_bus_probe() path. Add invocation to ata_eh_revalidate_and_attach() right after IDENTIFYs are done. Signed-off-by: Tejun Heo <htejun@gmail.com> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Jeff Garzik <jeff@garzik.org>