commit | c0b6c0377c32fe3f6a2cf1e018db6da8a3b78379 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon Jul 03 16:07:26 2006 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Jul 05 22:16:28 2006 -0400 |
tree | 430b7397deb8013164b313f753b98b7db4505ee5 | |
parent | 1cdaf534f829b8759ba30f97d5e8dceb2ab77ba4 [diff] |
[PATCH] libata: separate out __ata_ehi_hotplugged() Separate out __ata_ehi_hotplugged() from ata_ehi_hotplugged(). The underscored version doesn't set AC_ERR_ATA_BUS. This will be used for resume which is a hotplug event but not an ATA bus error. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>