]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition
authorBean Huo <beanhuo@micron.com>
Wed, 29 Sep 2021 20:06:39 +0000 (22:06 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 5 Oct 2021 02:20:37 +0000 (22:20 -0400)
commit55e825e69dde096d6b91a549badf88e86ff4fc13
treea789ec8ced4dd2bdcbed090d08fff2441cf36539
parent4d3b814ef056acbab73a056f3cefa761c9c1aa2c
scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition

Since commit 704cfdb6bc76 ("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@gmail.com
Fixes: 704cfdb6bc76 ("scsi: ufs: Rename the second ufshcd_probe_hba() argument")
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Bean Huo <beanhuo@micron.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/ufs/ufshcd.c