]> git.karo-electronics.de Git - linux-beck.git/commitdiff
libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices
authorTejun Heo <tj@kernel.org>
Fri, 6 Jan 2017 16:48:50 +0000 (11:48 -0500)
committerTejun Heo <tj@kernel.org>
Fri, 6 Jan 2017 16:50:07 +0000 (11:50 -0500)
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>
Cc: stable@vger.kernel.org # v3.19+
drivers/ata/libata-core.c

index 9cd0a2d4181699d94f73f2af82490e59f23373e2..a2bd5acc8a891022af2eb2e18d1e11e2ac01176a 100644 (file)
@@ -4356,10 +4356,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-JB256-HP", NULL,          ATA_HORKAGE_MAX_SEC_1024 },
+       { "LITEON CX1-JB*-HP",  NULL,           ATA_HORKAGE_MAX_SEC_1024 },
 
        /* Devices we expect to fail diagnostics */