Re: [balbi-usb:testing/next 19/42] drivers/usb/dwc2/core_intr.c:448:25: error: 'struct dwc2_hsotg' has no member named 'phy_reset_work'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Thu, Apr 25, 2019 at 6:14 AM kbuild test robot <lkp@xxxxxxxxx> wrote:
>
>    439                          /*
>    440                           * If we've got this quirk then the PHY is stuck upon
>    441                           * wakeup.  Assert reset.  This will propagate out and
>    442                           * eventually we'll re-enumerate the device.  Not great
>    443                           * but the best we can do.  We can't call phy_reset()
>    444                           * at interrupt time but there's no hurry, so we'll
>    445                           * schedule it for later.
>    446                           */
>    447                          if (hsotg->reset_phy_on_wake)
>  > 448                                  schedule_work(&hsotg->phy_reset_work);

Doh!  I didn't notice that the part of the structure I put this in has:

#if IS_ENABLED(CONFIG_USB_DWC2_HOST) || IS_ENABLED(CONFIG_USB_DWC2_DUAL_ROLE)

I'll whip something up real quick that should fix it.  Sorry about that!

-Doug



[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux