Message ID | 20200814095034.20709-1-huobean@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | make UFS dev_cmd more readable | expand |
On Fri, 14 Aug 2020 11:50:32 +0200, Bean Huo wrote: > Changelog: > v2 -v3: > 1. fix a coding style issue in [2/2] (Asutosh Das) > > v1 - v2: > 1. remove original patch scsi: ufs: differentiate dev_cmd trace message > 2. add new patch scsi: ufs: remove several redundant goto statements > > [...] Applied to 5.10/scsi-queue, thanks! [1/2] scsi: ufs: Change ufshcd_comp_devman_upiu() to ufshcd_compose_devman_upiu() https://git.kernel.org/mkp/scsi/c/39e78be3474b [2/2] scsi: ufs: Remove several redundant goto statements https://git.kernel.org/mkp/scsi/c/e62212672ab5
From: Bean Huo <beanhuo@micron.com> Changelog: v2 -v3: 1. fix a coding style issue in [2/2] (Asutosh Das) v1 - v2: 1. remove original patch scsi: ufs: differentiate dev_cmd trace message 2. add new patch scsi: ufs: remove several redundant goto statements Bean Huo (2): scsi: ufs: change ufshcd_comp_devman_upiu() to ufshcd_compose_devman_upiu() scsi: ufs: remove several redundant goto statements drivers/scsi/ufs/ufshcd.c | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-)