libata: don't schedule LPM action seperately during probing
commit391191c116c088edc6794a6e5ace10a13928c2f6
authorTejun Heo <htejun@gmail.com>
Sun, 18 May 2008 16:15:12 +0000 (19 01:15 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 19 May 2008 21:51:48 +0000 (19 17:51 -0400)
treeb21e8e2ea81d589fbacbee5ff615db0d5e8e7c7d
parentf1bbfb90e81dd84d59de6370689ee6fe6a71fee0
libata: don't schedule LPM action seperately during probing

There's no reason to schedule LPM action after probing is complete
causing another EH iteration.  Just schedule it together with probing
itself.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/libata-core.c