Message ID | 20200811141859.27399-1-huobean@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | scsi: ufs: two fixups of ufshcd_abort() | expand |
On Tue, 11 Aug 2020 16:18:57 +0200, Bean Huo wrote: > Changelog: > > v1 - v2: > 1. add patch [1/2], which is from Stanley Chu <stanley.chu@mediatek.com> > 2. change goto command in patch [2/2], let it goto cleanup flow > > Bean Huo (1): > scsi: ufs: no need to send one Abort Task TM in case the task in DB > was cleared > > [...] Applied to 5.9/scsi-fixes, thanks! [1/2] scsi: ufs: Clean up completed request without interrupt notification https://git.kernel.org/mkp/scsi/c/b10178ee7fa8 [2/2] scsi: ufs: No need to send Abort Task if the task in DB was cleared https://git.kernel.org/mkp/scsi/c/d87a1f6d021f
From: Bean Huo <beanhuo@micron.com> Changelog: v1 - v2: 1. add patch [1/2], which is from Stanley Chu <stanley.chu@mediatek.com> 2. change goto command in patch [2/2], let it goto cleanup flow Bean Huo (1): scsi: ufs: no need to send one Abort Task TM in case the task in DB was cleared Stanley Chu (1): scsi: ufs: Cleanup completed request without interrupt notification drivers/scsi/ufs/ufshcd.c | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-)