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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Nov 2021 18:16:50 +0000 (19:16 +0100)
commit0f1efc0c0ed2011b621d2678f2c618cf6d9e9d1f
tree60a4d6b0902f153c6694b225a7ff42255facd702
parenta1e06f92b2dbc1898b127e867f4e715d85ba46ed
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@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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/scsi/ufs/ufshcd.c