Re: [PATCH] libahci: wrong comments in ahci_do_softreset()
From: Tejun Heo <tj@kernel.org>
Date: 2017-06-12 18:08:17
From: Tejun Heo <tj@kernel.org>
Date: 2017-06-12 18:08:17
On Sun, Jun 11, 2017 at 11:53:00PM +0900, Minwoo Im wrote:
AHCI 1.3.1 Spec says that software shall build two H2D register FISes in the command list to send a software reset. The comments in ahci_do_softreset() is currently D2H instead of H2D. Signed-off-by: Minwoo Im <redacted>
Applied to libata/for-4.13. Thanks. -- tejun