megaraid_sas: Fix sparse warning
Signed-off-by: Sumit Saxena <sumit.saxena@avagotech.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
aed335eecf
commit
9fb74c4e66
|
@ -1865,7 +1865,7 @@ megasas_build_syspd_fusion(struct megasas_instance *instance,
|
|||
/* Want to send all IO via FW path */
|
||||
pRAID_Context->VirtualDiskTgtId = cpu_to_le16(device_id);
|
||||
pRAID_Context->configSeqNum = 0;
|
||||
io_request->DevHandle = le16_to_cpu(0xFFFF);
|
||||
io_request->DevHandle = cpu_to_le16(0xFFFF);
|
||||
}
|
||||
|
||||
cmd->request_desc->SCSIIO.DevHandle = io_request->DevHandle;
|
||||
|
|
Loading…
Reference in New Issue