Skip to content

Commit 4273cca

Browse files
committed
scsi: ufs: pltfrm: Dellocate HBA during ufshcd_pltfrm_remove()
JIRA: https://issues.redhat.com/browse/RHEL-84800 commit 897df60 Author: Manivannan Sadhasivam <mani@kernel.org> Date: Mon Nov 11 23:18:34 2024 +0530 scsi: ufs: pltfrm: Dellocate HBA during ufshcd_pltfrm_remove() This will ensure that the scsi host is cleaned up properly using scsi_host_dev_release(). Otherwise, it may lead to memory leaks. Cc: stable@vger.kernel.org # 4.4 Fixes: 03b1781 ("[SCSI] ufs: Add Platform glue driver for ufshcd") Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20241111-ufs_bug_fix-v1-5-45ad8b62f02e@linaro.org Reviewed-by: Peter Wang <peter.wang@mediatek.com> Reviewed-by: Bean Huo <beanhuo@micron.com> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Jared Kangas <jkangas@redhat.com>
1 parent 8fb74fa commit 4273cca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ufs/host/ufshcd-pltfrm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ void ufshcd_pltfrm_remove(struct platform_device *pdev)
533533

534534
pm_runtime_get_sync(&pdev->dev);
535535
ufshcd_remove(hba);
536+
ufshcd_dealloc_host(hba);
536537
pm_runtime_disable(&pdev->dev);
537538
pm_runtime_put_noidle(&pdev->dev);
538539
}

0 commit comments

Comments
 (0)