Re: [PATCH] ahci: qoriq: correct the sata ecc setting error

2017-03-09 Thread Tejun Heo
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 Applied t

[PATCH] ahci: qoriq: correct the sata ecc setting error

2017-03-09 Thread Yuantian Tang
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 --- drivers/ata/ahci_qoriq.c | 6 -- 1 file changed, 4 insertions(+), 2 deleti