commit | b47af8e766d9f067527a6457e457dbfb878e8c9c | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Wed Mar 26 13:24:08 2025 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 10 14:21:41 2025 -0600 |
tree | 0d3f913deda752da2c385d74c55ec2018a5a3e2b | |
parent | c76a38f0610ace69ad75e403bb898a92d8529444 [diff] |
scsi: fix typo in setup_read_ext() This clears the 6th byte of cmd twice rather than setting the 9th byte to 0. Fix it. The only other command that sets the 9th byte is the 64-bit read, so this likely never caused issues in practise. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>