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)
commit68444d73d6a5864ede12df6366bd6602e022ae5b
treea789ec8ced4dd2bdcbed090d08fff2441cf36539
parent1da3b0141e74c18c2377d4c2655406a90a87742f
scsi: ufs: core: Fix ufshcd_probe_hba() prototype to match the definition

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@gmail.com
Fixes: 568dd9959611 ("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