commit | 416dc9ed206bba09807300ee5f155a81cebbd4a1 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Wed Oct 31 10:17:03 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Nov 03 08:46:54 2007 -0400 |
tree | 483a86db1dbcdb443962f9597531ea0541ef61e6 | |
parent | cd955463bb4e96cfec18a0e5b6887c6797fb821d [diff] |
libata: cosmetic clean up / reorganization of ata_eh_reset() Clean up and reorganize ata_eh_reset() to ease further changes. * Cache ARRAY_SIZE(ata_eh_reset_timeouts) in @max_tries. * Cache link->flags in @lflags. * Move failure handling block to the end of the function and unnest both success and failure handling blocks. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>