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 8564416 commit e07821aCopy full SHA for e07821a
drivers/phy/broadcom/phy-bcm-ns-usb3.c
@@ -206,7 +206,7 @@ static int bcm_ns_usb3_mdio_probe(struct mdio_device *mdiodev)
206
of_id = of_match_device(bcm_ns_usb3_id_table, dev);
207
if (!of_id)
208
return -EINVAL;
209
- usb3->family = (enum bcm_ns_family)of_id->data;
+ usb3->family = (uintptr_t)of_id->data;
210
211
syscon_np = of_parse_phandle(dev->of_node, "usb3-dmp-syscon", 0);
212
err = of_address_to_resource(syscon_np, 0, &res);
0 commit comments