libata-scsi: Fixup ata_gen_passthru_sense()
authorHannes Reinecke <hare@suse.de>
Mon, 31 Oct 2016 20:06:58 +0000 (21:06 +0100)
committerTejun Heo <tj@kernel.org>
Tue, 1 Nov 2016 17:30:15 +0000 (11:30 -0600)
commite0029dcb5b6e1c23e68f578ce7a3d6c5caba0501
treecd4f4505d77b01875b2c05a27f881ca340a4a943
parent18eddaedc940a49425364df98abda218ce1e771c
libata-scsi: Fixup ata_gen_passthru_sense()

There's a typo in ata_gen_passthru_sense(), where the first byte
would be overwritten incorrectly later on.

Reported-by: Charles Machalow <csm10495@gmail.com>
Signed-off-by: Hannes Reinecke <hare@suse.com>
Fixes: 11093cb1ef56 ("libata-scsi: generate correct ATA pass-through sense")
Cc: stable@vger.kernel.org # v4.7+
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libata-scsi.c