Re: [PATCH v2 4/9] usbip: vhci-hcd: Rework vhci_hcd_init

2017-06-06 Thread Shuah Khan
On 05/18/2017 04:08 AM, Yuyang Du wrote: > From: Yuyang Du > > A vhci struct is added as the platform-specific data to the vhci > platform device, in order to get the vhci by its platform device. > This is done in vhci_hcd_init(). > > Signed-off-by: Yuyang Du

[PATCH v2 4/9] usbip: vhci-hcd: Rework vhci_hcd_init

2017-05-18 Thread Yuyang Du
From: Yuyang Du A vhci struct is added as the platform-specific data to the vhci platform device, in order to get the vhci by its platform device. This is done in vhci_hcd_init(). Signed-off-by: Yuyang Du --- drivers/usb/usbip/vhci_hcd.c | 51