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(-)