projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
579a917
)
libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices
author
Tejun Heo
<tj@kernel.org>
Fri, 6 Jan 2017 16:48:50 +0000
(11:48 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 9 Feb 2017 07:02:45 +0000
(08:02 +0100)
commit
e0edc8c546463f268d41d064d855bcff994c52fa
upstream.
Marko reports that CX1-JB512-HP shows the same timeout issues as
CX1-JB256-HP. Let's apply MAX_SEC_128 to all devices in the series.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Marko Koski-Vähälä <marko@koski-vahala.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ata/libata-core.c
patch
|
blob
|
history
diff --git
a/drivers/ata/libata-core.c
b/drivers/ata/libata-core.c
index bd370c98f77d2172afaa069fb159f22d463445e1..b0b77b61c40cfa31831a43df011cef5eb59b4faf 100644
(file)
--- a/
drivers/ata/libata-core.c
+++ b/
drivers/ata/libata-core.c
@@
-4139,10
+4139,10
@@
static const struct ata_blacklist_entry ata_device_blacklist [] = {
{ "ST380013AS", "3.20", ATA_HORKAGE_MAX_SEC_1024 },
/*
- *
Device times
out with higher max sects.
+ *
These devices time
out with higher max sects.
* https://bugzilla.kernel.org/show_bug.cgi?id=121671
*/
- { "LITEON CX1-JB
256-HP", NULL,
ATA_HORKAGE_MAX_SEC_1024 },
+ { "LITEON CX1-JB
*-HP", NULL,
ATA_HORKAGE_MAX_SEC_1024 },
/* Devices we expect to fail diagnostics */