Re: [PATCH resend 5/5] libata-scsi: fix MODE SELECT translation for Control mode page
From: Tejun Heo <tj@kernel.org>
Date: 2016-07-25 18:31:05
Also in:
linux-ide, linux-scsi, lkml
From: Tejun Heo <tj@kernel.org>
Date: 2016-07-25 18:31:05
Also in:
linux-ide, linux-scsi, lkml
On Fri, Jul 22, 2016 at 05:50:18AM +0800, Tom Yan wrote:
As I've mentioned in the comment/message, there is no ATA command needed to be sent to the device, since it only toggles a bit in dev->flags. See that there is no ata_taskfile constructed in ata_mselect_control().
But ata_mselect_caching() contructs a tf? -- tejun