libata: add missing call to ->cable_detect() in new EH path
authorTejun Heo <htejun@gmail.com>
Sun, 22 Apr 2007 17:05:53 +0000 (02:05 +0900)
committerJeff Garzik <jeff@garzik.org>
Sat, 28 Apr 2007 18:46:18 +0000 (14:46 -0400)
commitc1c4e8d55757f8aec5f95eb80860e340d717c217
tree1ecd67225ea52427f701d56e57ae13f803f69a88
parentabcfa88bd47d433c796cf724a8a8b321a7190bdd
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>
drivers/ata/libata-eh.c