Re: [PATCH v5 4/4] usb: usbip tool: Fix parse_status()

2017-06-06 Thread Shuah Khan
On 05/22/2017 04:20 AM, Yuyang Du wrote: > From: Yuyang Du > > In parse_status(), all nports number of idev's are initiated to > 0 by memset(), it is simply wrong, because parse_status() reads > the status sys file one by one, therefore, it can only update the > according vhci_driver->idev's for

[PATCH v5 4/4] usb: usbip tool: Fix parse_status()

2017-05-22 Thread Yuyang Du
From: Yuyang Du In parse_status(), all nports number of idev's are initiated to 0 by memset(), it is simply wrong, because parse_status() reads the status sys file one by one, therefore, it can only update the according vhci_driver->idev's for it to parse. Reviewed-by: Krzysztof Opasiak Signed-