diff options
-rw-r--r-- | drivers/scsi/isci/task.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/isci/task.h b/drivers/scsi/isci/task.h index c8dd075d2be2..d574a18956d7 100644 --- a/drivers/scsi/isci/task.h +++ b/drivers/scsi/isci/task.h | |||
@@ -100,7 +100,8 @@ struct isci_tmf { | |||
100 | union { | 100 | union { |
101 | struct ssp_response_iu resp_iu; | 101 | struct ssp_response_iu resp_iu; |
102 | struct dev_to_host_fis d2h_fis; | 102 | struct dev_to_host_fis d2h_fis; |
103 | } resp; | 103 | u8 rsp_buf[SSP_RESP_IU_MAX_SIZE]; |
104 | } resp; | ||
104 | unsigned char lun[8]; | 105 | unsigned char lun[8]; |
105 | u16 io_tag; | 106 | u16 io_tag; |
106 | struct isci_remote_device *device; | 107 | struct isci_remote_device *device; |