X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fusb%2Fcore%2Fusb.c;h=5e80697ef952d9ccc39cd786236a2e208ad084a7;hb=19e36ad292ab24980db64a5ff17973d3118a8fb9;hp=479187c32571d7efa9e49dccb3ea7d386102fd13;hpb=16490980e396fac079248b23b1dd81e7d48bebf3;p=karo-tx-linux.git diff --git a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c index 479187c32571..5e80697ef952 100644 --- a/drivers/usb/core/usb.c +++ b/drivers/usb/core/usb.c @@ -466,7 +466,6 @@ struct usb_device *usb_alloc_dev(struct usb_device *parent, dev->route = 0; dev->dev.parent = bus->controller; - dev->dev.of_node = bus->controller->of_node; dev_set_name(&dev->dev, "usb%d", bus->busnum); root_hub = 1; } else {