commit | 2bf2cb26b2512c6a609bb152982c388329bedff6 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Tue Apr 11 22:16:45 2006 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Tue Apr 11 13:12:46 2006 -0400 |
tree | 9f1f3ea5000304fd946f34b24d9904c2a1027480 | |
parent | db70fef0750e5f8dbb64f9fadb333d2c7caf26a1 [diff] |
[PATCH] libata: kill @verbose from ata_reset_fn_t @verbose was added to ata_reset_fn_t because AHCI complained during probing if no device was attached to the port. However, muting failure message isn't the correct approach. Reset methods are responsible for detecting no device condition and finishing successfully. Now that AHCI softreset is fixed, kill @verbose. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>