libata: check onlineness before using SPD in sata_down_spd_limit()
authorTejun Heo <tj@kernel.org>
Thu, 29 Jan 2009 11:31:31 +0000 (20:31 +0900)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 3 Feb 2009 04:03:08 +0000 (23:03 -0500)
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>

No differences found