提交 41e1d60e 编写于 作者: V Vivek Gautam 提交者: Martin K. Petersen

scsi: ufs: qcom: Don't free resource-managed kmalloc element

Host is allocated by managed kmalloc (devm_kmalloc). The
memory allocated with this function is automatically
freed on driver detach.
So, no need to make an exclusive free call over it.
Signed-off-by: NVivek Gautam <vivek.gautam@codeaurora.org>
Reviewed-by: NSubhash Jadavani <subhashj@codeaurora.org>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 d7fe6b66
...@@ -1268,7 +1268,6 @@ static int ufs_qcom_init(struct ufs_hba *hba) ...@@ -1268,7 +1268,6 @@ static int ufs_qcom_init(struct ufs_hba *hba)
out_unregister_bus: out_unregister_bus:
phy_exit(host->generic_phy); phy_exit(host->generic_phy);
out_host_free: out_host_free:
devm_kfree(dev, host);
ufshcd_set_variant(hba, NULL); ufshcd_set_variant(hba, NULL);
out: out:
return err; return err;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册