mbox series

[0/2] Simplify ufshcd_execute_start_stop()

Message ID 20230202220412.561487-1-bvanassche@acm.org
Headers show
Series Simplify ufshcd_execute_start_stop() | expand

Message

Bart Van Assche Feb. 2, 2023, 10:04 p.m. UTC
Hi Martin,

This patch series simplifies ufshcd_execute_start_stop() by using the new
scsi_execute_cmd() function instead of open-coding it. Please consider this
patch for the next merge window.

Thanks,

Bart.

Bart Van Assche (2):
  scsi: core: Extend struct scsi_exec_args
  scsi: ufs: Simplify ufshcd_execute_start_stop()

 drivers/scsi/scsi_lib.c    |  3 ++-
 drivers/ufs/core/ufshcd.c  | 36 +++++++++---------------------------
 include/scsi/scsi_device.h |  2 ++
 3 files changed, 13 insertions(+), 28 deletions(-)