aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qedf/qedf.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-22 08:58:50 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-05-22 08:58:50 +0200
commit639e1c739bf53814b67a1d5f945d76fd4358453c (patch)
treed3bad09907d05228851267b1ddd3ba3a6fd39fe0 /drivers/scsi/qedf/qedf.h
parentstaging: greybus: mark PM functions as __maybe_unused (diff)
parentLinux 4.12-rc2 (diff)
downloadlinux-dev-639e1c739bf53814b67a1d5f945d76fd4358453c.tar.xz
linux-dev-639e1c739bf53814b67a1d5f945d76fd4358453c.zip
Merge 4.12-rc2 into staging-next
We want the staging tree fixes in here as well to handle the merge issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/scsi/qedf/qedf.h')
-rw-r--r--drivers/scsi/qedf/qedf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qedf/qedf.h b/drivers/scsi/qedf/qedf.h
index 40aeb6bb96a2..07ee88200e91 100644
--- a/drivers/scsi/qedf/qedf.h
+++ b/drivers/scsi/qedf/qedf.h
@@ -259,7 +259,7 @@ struct qedf_io_log {
uint16_t task_id;
uint32_t port_id; /* Remote port fabric ID */
int lun;
- char op; /* SCSI CDB */
+ unsigned char op; /* SCSI CDB */
uint8_t lba[4];
unsigned int bufflen; /* SCSI buffer length */
unsigned int sg_count; /* Number of SG elements */