scsi: fix typo in setup_read_ext()
authorCaleb Connolly <caleb.connolly@linaro.org>
Wed, 26 Mar 2025 12:24:08 +0000 (13:24 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 10 Apr 2025 20:21:41 +0000 (14:21 -0600)
commit0cd3c1e7d0201cf9e4dbcac1e0179604f4461062
tree0d3f913deda752da2c385d74c55ec2018a5a3e2b
parenta383b9bd4d7e430fe7c254297540bae596649dba
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>
drivers/scsi/scsi.c