]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: ufs: core: Expand the ufshcd_device_init(hba, true) call
authorBart Van Assche <bvanassche@acm.org>
Wed, 16 Oct 2024 20:12:04 +0000 (13:12 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 25 Oct 2024 19:30:21 +0000 (15:30 -0400)
commita390e6677f4119e3b9e6364ac2c5cbe3ef1321a2
tree94fb3cd413ad759f254b4769ec5f7ff44f755fd0
parent69f5eb78d4b0cc978fe83dd2bfea1b67547290bf
scsi: ufs: core: Expand the ufshcd_device_init(hba, true) call

Expand the ufshcd_device_init(hba, true) call and remove all code that
depends on init_dev_params == false. This change prepares for combining
the two scsi_add_host() calls.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20241016201249.2256266-9-bvanassche@acm.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ufs/core/ufshcd.c