]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
libata: apply MAX_SEC_1024 to all LITEON EP1 series devices
authorXinyu Lin <xinyu0123@gmail.com>
Thu, 1 Feb 2018 19:16:40 +0000 (14:16 -0500)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 16 Feb 2018 17:43:05 +0000 (12:43 -0500)
BugLink: http://bugs.launchpad.net/bugs/1743053
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
(cherry picked from commit db5ff909798ef0099004ad50a0ff5fde92426fd1)
Signed-off-by: Joseph Salisbury <joseph.salisbury@canonical.com>
Acked-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>
Acked-by: Kleber Souza <kleber.souza@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/ata/libata-core.c

index 1945a8ea20998490b48aa70dfe56c4fbaad744ea..9cb865b06d78bde3db3d9d638b64dc753ff0645d 100644 (file)
@@ -4439,6 +4439,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 */