mbox series

[v3,0/3] Two fixes for UFS

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

Message

Bean Huo Sept. 29, 2021, 8:06 p.m. UTC
From: Bean Huo <beanhuo@micron.com>

V1--V2:
    Fix a typo in the commit message
V2--V3:
    1. Change patch [2/3] subject
    2. Add new patch [3/3]

Bean Huo (3):
  scsi: ufs: ufshpb: Fix NULL pointer dereference
  scsi: ufs: core: fix ufshcd_probe_hba() prototype to match the
    definition
  scsi: ufs: core: Remove return statement in void function

 drivers/scsi/ufs/ufshcd.c | 3 +--
 drivers/scsi/ufs/ufshpb.c | 3 ---
 2 files changed, 1 insertion(+), 5 deletions(-)

Comments

Martin K. Petersen Oct. 5, 2021, 1:50 a.m. UTC | #1
Bean,

> Bean Huo (3):
>   scsi: ufs: ufshpb: Fix NULL pointer dereference
>   scsi: ufs: core: fix ufshcd_probe_hba() prototype to match the
>     definition
>   scsi: ufs: core: Remove return statement in void function

Applied to 5.16/scsi-staging, thanks!
Martin K. Petersen Oct. 12, 2021, 8:35 p.m. UTC | #2
On Wed, 29 Sep 2021 22:06:37 +0200, Bean Huo wrote:

> From: Bean Huo <beanhuo@micron.com>
> 
> V1--V2:
>     Fix a typo in the commit message
> V2--V3:
>     1. Change patch [2/3] subject
>     2. Add new patch [3/3]
> 
> [...]

Applied to 5.16/scsi-queue, thanks!

[1/3] scsi: ufs: ufshpb: Fix NULL pointer dereference
      https://git.kernel.org/mkp/scsi/c/1da3b0141e74
[2/3] scsi: ufs: core: fix ufshcd_probe_hba() prototype to match the definition
      https://git.kernel.org/mkp/scsi/c/68444d73d6a5
[3/3] scsi: ufs: core: Remove return statement in void function
      https://git.kernel.org/mkp/scsi/c/f44abcfc3f9f