Re: [PATCH 1/5] usb: dwc2: cleanup on error for deferred probing

2020-12-17 Thread Jules Maselbas
Hi Micheal, I am testing your patches, but this one doesn't compile. On Wed, Dec 16, 2020 at 09:45:30PM +0100, Michael Grzeschik wrote: > The driver needs to cleanup the resources if an error occurred. Otherwise, > on deferred probing, it will fail to take the resources for a second time. > > Si

[PATCH 1/5] usb: dwc2: cleanup on error for deferred probing

2020-12-16 Thread Michael Grzeschik
The driver needs to cleanup the resources if an error occurred. Otherwise, on deferred probing, it will fail to take the resources for a second time. Signed-off-by: Michael Grzeschik --- drivers/usb/dwc2/dwc2.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/usb/