Re: [PATCH v1 2/2] scsi: ufs: Fix and simplify setup_xfer_req variant operation

2020-07-14 Thread Can Guo
On 2020-07-06 14:07, Stanley Chu wrote: Add missing "setup_xfer_req" call in ufshcd_issue_devman_upiu_cmd() by ufs-bsg path, and collect all "setup_xfer_req" calls to an unified place, i.e., ufshcd_send_command(), to simplify the driver. Signed-off-by: Stanley Chu Reviewed-by: Can Guo ---

[PATCH v1 2/2] scsi: ufs: Fix and simplify setup_xfer_req variant operation

2020-07-05 Thread Stanley Chu
Add missing "setup_xfer_req" call in ufshcd_issue_devman_upiu_cmd() by ufs-bsg path, and collect all "setup_xfer_req" calls to an unified place, i.e., ufshcd_send_command(), to simplify the driver. Signed-off-by: Stanley Chu --- drivers/scsi/ufs/ufshcd.c | 9 + 1 file changed, 5 insertio