Patch "scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition" has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     scsi-ufs-core-fix-ufshcd_probe_hba-prototype-to-matc.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 0bc2e7f716c7b240e08b8ba855ece5598cfc10f8
Author: Bean Huo <beanhuo@xxxxxxxxxx>
Date:   Wed Sep 29 22:06:39 2021 +0200

    scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition
    
    [ Upstream commit 68444d73d6a5864ede12df6366bd6602e022ae5b ]
    
    Since commit 568dd9959611 ("scsi: ufs: Rename the second ufshcd_probe_hba()
    argument"), the second ufshcd_probe_hba() argument has been changed to
    init_dev_params.
    
    Link: https://lore.kernel.org/r/20210929200640.828611-3-huobean@xxxxxxxxx
    Fixes: 568dd9959611 ("scsi: ufs: Rename the second ufshcd_probe_hba() argument")
    Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>
    Signed-off-by: Bean Huo <beanhuo@xxxxxxxxxx>
    Signed-off-by: Martin K. Petersen <martin.petersen@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c
index 41f2ff35f82b2..b02feb3ab7b56 100644
--- a/drivers/scsi/ufs/ufshcd.c
+++ b/drivers/scsi/ufs/ufshcd.c
@@ -223,7 +223,7 @@ static int ufshcd_eh_host_reset_handler(struct scsi_cmnd *cmd);
 static int ufshcd_clear_tm_cmd(struct ufs_hba *hba, int tag);
 static void ufshcd_hba_exit(struct ufs_hba *hba);
 static int ufshcd_clear_ua_wluns(struct ufs_hba *hba);
-static int ufshcd_probe_hba(struct ufs_hba *hba, bool async);
+static int ufshcd_probe_hba(struct ufs_hba *hba, bool init_dev_params);
 static int ufshcd_setup_clocks(struct ufs_hba *hba, bool on);
 static int ufshcd_uic_hibern8_enter(struct ufs_hba *hba);
 static inline void ufshcd_add_delay_before_dme_cmd(struct ufs_hba *hba);



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux