]> git.karo-electronics.de Git - karo-tx-linux.git/commit
libahci: wrong comments in ahci_do_softreset()
authorMinwoo Im <dn3108@gmail.com>
Sun, 11 Jun 2017 14:53:00 +0000 (23:53 +0900)
committerTejun Heo <tj@kernel.org>
Mon, 12 Jun 2017 18:07:49 +0000 (14:07 -0400)
commit08fc4756c35fb076027374ff026a82de3de3c5f4
tree2830e88518dabc7acef8cef79e566d98aa76c5d3
parentf356b08205f6668248960093faf9326c7852a38d
libahci: wrong comments in ahci_do_softreset()

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 <dn3108@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libahci.c