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 cfd54fa commit 290a405Copy full SHA for 290a405
drivers/usb/typec/mux/intel_pmc_mux.c
@@ -497,6 +497,7 @@ static int pmc_usb_probe(struct platform_device *pdev)
497
for (i = 0; i < pmc->num_ports; i++) {
498
typec_switch_unregister(pmc->port[i].typec_sw);
499
typec_mux_unregister(pmc->port[i].typec_mux);
500
+ usb_role_switch_unregister(pmc->port[i].usb_sw);
501
}
502
503
return ret;
@@ -510,6 +511,7 @@ static int pmc_usb_remove(struct platform_device *pdev)
510
511
512
513
514
515
516
517
return 0;
0 commit comments