Re: [PATCH] usb: dwc3: core: Clean up ULPI device

2018-10-30 Thread Felipe Balbi
Hi, Felipe Balbi writes: > From: Andy Shevchenko > > If dwc3_core_init_mode() fails with deferred probe, > next probe fails on sysfs with > > sysfs: cannot create duplicate filename > '/devices/pci:00/:00:11.0/dwc3.0.auto/dwc3.0.auto.ulpi' > > To avoid this failure, clean up ULPI devic

[PATCH] usb: dwc3: core: Clean up ULPI device

2018-10-30 Thread Felipe Balbi
From: Andy Shevchenko If dwc3_core_init_mode() fails with deferred probe, next probe fails on sysfs with sysfs: cannot create duplicate filename '/devices/pci:00/:00:11.0/dwc3.0.auto/dwc3.0.auto.ulpi' To avoid this failure, clean up ULPI device. Cc: Signed-off-by: Andy Shevchenko Si