mbox series

[v2,0/2] Two small patches for UFS

Message ID 20191112223436.27449-1-huobean@gmail.com (mailing list archive)
Headers show
Series Two small patches for UFS | expand

Message

Bean Huo Nov. 12, 2019, 10:34 p.m. UTC
Hi,
Here are two small patches, one is to fix a potential bug which could
result in system hang-up, another one is to add more helpful debug hint.

v1-v2:
 1. add reveiwed-by tags
 2. fix one typo in second patch commit comment

Bean Huo (2):
  scsi: ufs: print helpful hint when response size exceed buffer size
  scsi: ufs: fix potential bug which ends in system hang-up

 drivers/scsi/ufs/ufshcd.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Comments

Martin K. Petersen Nov. 13, 2019, 2:15 a.m. UTC | #1
Bean,

> Here are two small patches, one is to fix a potential bug which could
> result in system hang-up, another one is to add more helpful debug
> hint.

Applied to 5.5/scsi-queue, thanks!