[PATCH] ahci: qoriq: correct the sata ecc setting error
From: tj@kernel.org (Tejun Heo)
Date: 2017-03-09 16:58:49
Also in:
linux-ide, lkml
From: tj@kernel.org (Tejun Heo)
Date: 2017-03-09 16:58:49
Also in:
linux-ide, lkml
On Thu, Mar 09, 2017 at 05:13:29PM +0800, Yuantian Tang wrote:
Sata ecc is controlled by only 1 bit which is 24bit in big-endian in ecc register. So only setting 24bit to disable sata ecc prevents other bits from being overwritten in ecc register. Signed-off-by: Tang Yuantian <redacted>
Applied to libata/for-4.11-fixes. Thanks. -- tejun