commit | 19720ea7b22b443a182646eef7edc36e32e7b515 | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Mon Nov 30 11:10:57 2020 +0100 |
committer | Hannes Reinecke <hare@suse.de> | Wed Apr 21 17:45:45 2021 +0200 |
tree | 9a94d1a659884054e6d4e961afccb6300c4153a6 | |
parent | 5a57ac11cb905dd0476084e2e717759bf2b2d099 [diff] |
scsi: split 'result' value into host_byte and status_byte 'result' now only has two valid bytes set, so we can split it apart into a 'host_byte' and 'status_byte' field to clarify the meaning. Signed-off-by: Hannes Reinecke <hare@suse.de>