X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fehci-vf.c;h=84241cd17328715f78c18fde40b60c884eb863c1;hb=81192b79661cf2763abecbf3c3b673142ef4a2cd;hp=f389bff1718f09b7f5f979907e48cfcc48e307f2;hpb=7ce79599a1b8f2078b15fa170f11f2666200b24e;p=u-boot diff --git a/drivers/usb/host/ehci-vf.c b/drivers/usb/host/ehci-vf.c index f389bff171..84241cd173 100644 --- a/drivers/usb/host/ehci-vf.c +++ b/drivers/usb/host/ehci-vf.c @@ -218,7 +218,7 @@ static int vf_usb_ofdata_to_platdata(struct udevice *dev) { struct ehci_vf_priv_data *priv = dev_get_priv(dev); const void *dt_blob = gd->fdt_blob; - int node = dev->of_offset; + int node = dev_of_offset(dev); const char *mode; priv->portnr = dev->seq;