commit | 9913ff8abf1c70a8d52560dc931e1901d025ad27 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Thu Jan 29 20:31:31 2009 +0900 |
committer | Jeff Garzik <jgarzik@redhat.com> | Mon Feb 02 23:03:08 2009 -0500 |
tree | d91ed8d73e9cb554d071e1d1449d5d0ef883e1a3 | |
parent | 678afac678061ee41bc3007885003c125912a8e2 [diff] |
libata: check onlineness before using SPD in sata_down_spd_limit() sata_down_spd_limit() should check whether the link is online before using the SPD value to determine how to limit the link speed. Factor out onlineness test and test it from sata_down_spd_limit(). Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>