We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623dae3 commit 7f02b8aCopy full SHA for 7f02b8a
drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c
@@ -123,7 +123,7 @@ static int qcom_pmic_typec_probe(struct platform_device *pdev)
123
port_unregister:
124
tcpm_unregister_port(tcpm->tcpm_port);
125
fwnode_remove:
126
- fwnode_remove_software_node(tcpm->tcpc.fwnode);
+ fwnode_handle_put(tcpm->tcpc.fwnode);
127
128
return ret;
129
}
@@ -135,7 +135,7 @@ static void qcom_pmic_typec_remove(struct platform_device *pdev)
135
tcpm->pdphy_stop(tcpm);
136
tcpm->port_stop(tcpm);
137
138
139
140
141
static const struct pmic_typec_resources pm8150b_typec_res = {
0 commit comments