summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c
diff options
context:
space:
mode:
authorXinyu Lin2017-12-17 13:13:39 +0100
committerTejun Heo2017-12-19 14:30:38 +0100
commitdb5ff909798ef0099004ad50a0ff5fde92426fd1 (patch)
tree601a5242bb6be02acb519b262aac2fbff19064c0 /drivers/ata/libata-core.c
parentlibata: sata_down_spd_limit should return if driver has not recorded sstatus ... (diff)
downloadkernel-qcow2-linux-db5ff909798ef0099004ad50a0ff5fde92426fd1.tar.gz
kernel-qcow2-linux-db5ff909798ef0099004ad50a0ff5fde92426fd1.tar.xz
kernel-qcow2-linux-db5ff909798ef0099004ad50a0ff5fde92426fd1.zip
libata: apply MAX_SEC_1024 to all LITEON EP1 series devices
LITEON EP1 has the same timeout issues as CX1 series devices. Revert max_sectors to the value of 1024. 'e0edc8c54646 ("libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices")' Signed-off-by: Xinyu Lin <xinyu0123@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/ata/libata-core.c')
-rw-r--r--drivers/ata/libata-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 8193b38a1cae..3c09122bf038 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -4449,6 +4449,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
* https://bugzilla.kernel.org/show_bug.cgi?id=121671
*/
{ "LITEON CX1-JB*-HP", NULL, ATA_HORKAGE_MAX_SEC_1024 },
+ { "LITEON EP1-*", NULL, ATA_HORKAGE_MAX_SEC_1024 },
/* Devices we expect to fail diagnostics */