diff options
author | Tejun Heo <tj@kernel.org> | 2011-02-24 19:30:37 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-03-02 02:34:20 -0500 |
commit | eb0e85e36b971ec31610eda7e3ff5c11c1c44785 (patch) | |
tree | 264924c95c0a12e952008c3658a93c096883b3e6 /lib/reed_solomon | |
parent | 3e1f2356ce231488dc1fa844e5ce91bcb59fc2a1 (diff) | |
download | linux-stable-eb0e85e36b971ec31610eda7e3ff5c11c1c44785.tar.gz linux-stable-eb0e85e36b971ec31610eda7e3ff5c11c1c44785.tar.bz2 linux-stable-eb0e85e36b971ec31610eda7e3ff5c11c1c44785.zip |
libata: fix hotplug for drivers which don't implement LPM
ata_eh_analyze_serror() suppresses hotplug notifications if LPM is
being used because LPM generates spurious hotplug events. It compared
whether link->lpm_policy was different from ATA_LPM_MAX_POWER to
determine whether LPM is enabled; however, this is incorrect as for
drivers which don't implement LPM, lpm_policy is always
ATA_LPM_UNKNOWN. This disabled hotplug detection for all drivers
which don't implement LPM.
Fix it by comparing whether lpm_policy is greater than
ATA_LPM_MAX_POWER.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: stable@kernel.org
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'lib/reed_solomon')
0 files changed, 0 insertions, 0 deletions