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 7817adb commit 147ab53Copy full SHA for 147ab53
drivers/usb/typec/port-mapper.c
@@ -60,6 +60,8 @@ int typec_link_ports(struct typec_port *con)
60
return 0;
61
62
bus_for_each_dev(&acpi_bus_type, NULL, &arg, typec_port_match);
63
+ if (!arg.match)
64
+ return 0;
65
66
/*
67
* REVISIT: Now each connector can have only a single component master.
0 commit comments