RE: [PATCH -next] usb: cdns3: Fix sheduling with locks held.

2019-09-26 Thread Pawel Laszczak
Hi, > > >On Thu, Sep 26, 2019 at 08:00:30AM +0100, Pawel Laszczak wrote: >> Patch fix issue in cdns3_ep0_feature_handle_device function. >> >> The function usleep_range can't be used there because this function is >> called with locks held and IRQs disabled in >> cdns3_device_thread_irq_handler().

Re: [PATCH -next] usb: cdns3: Fix sheduling with locks held.

2019-09-26 Thread Greg KH
On Thu, Sep 26, 2019 at 08:00:30AM +0100, Pawel Laszczak wrote: > Patch fix issue in cdns3_ep0_feature_handle_device function. > > The function usleep_range can't be used there because this function is > called with locks held and IRQs disabled in > cdns3_device_thread_irq_handler(). > > To resol

Re: [PATCH -next] usb: cdns3: Fix sheduling with locks held.

2019-09-25 Thread Greg KH
On Thu, Sep 26, 2019 at 07:19:27AM +0100, Pawel Laszczak wrote: > Patch fix issue in cdns3_ep0_feature_handle_device function. > > The function usleep_range can't be used there because this function is > called with locks held and IRQs disabled in > cdns3_device_thread_irq_handler(). > > To resol