mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 16:17:41 -04:00
scsi: mpi3mr: Fetch correct device dev handle for status reply descriptor
The current dev handle for the status reply is 0xFFFF, which is invalid. So fetch the correct value. Co-developed-by: Sumit Saxena <sumit.saxena@broadcom.com> Signed-off-by: Sumit Saxena <sumit.saxena@broadcom.com> Signed-off-by: Chandrakanth patil <chandrakanth.patil@broadcom.com> Link: https://lore.kernel.org/r/20231126053134.10133-5-chandrakanth.patil@broadcom.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
f8fb3f3914
commit
07ac6adda4
@@ -3205,6 +3205,7 @@ void mpi3mr_process_op_reply_desc(struct mpi3mr_ioc *mrioc,
|
||||
tg = stgt_priv_data->throttle_group;
|
||||
throttle_enabled_dev =
|
||||
stgt_priv_data->io_throttle_enabled;
|
||||
dev_handle = stgt_priv_data->dev_handle;
|
||||
}
|
||||
}
|
||||
if (unlikely((data_len_blks >= mrioc->io_throttle_data_length) &&
|
||||
|
||||
Reference in New Issue
Block a user