Re: [PATCH 1/1] usb: core: hub: controller driver name may be NULL

2017-07-18 Thread Alan Stern
On Tue, 18 Jul 2017, Peter Chen wrote: > The controller driver may be NULL if the controller device > is the middle device between platform device and roothub. > This middle device may not need a device driver due to all > hardware control can be at platform device driver, this > platform device

[PATCH 1/1] usb: core: hub: controller driver name may be NULL

2017-07-18 Thread Peter Chen
The controller driver may be NULL if the controller device is the middle device between platform device and roothub. This middle device may not need a device driver due to all hardware control can be at platform device driver, this platform device is usually a dual-role USB controller device. The