Re: [PATCH] usbip: Fix uninitialized variable bug in vhci

2017-06-27 Thread Shuah Khan
On 06/27/2017 02:58 AM, Yuyang Du wrote: > The patch 03cd00d538a6: "usbip: vhci-hcd: Set the vhci structure up > to work" introduced a bug which uses a vairable without initialization > in error handling code. Fix it. > > Reported-by: Dan Carpenter > Signed-off-by:

[PATCH] usbip: Fix uninitialized variable bug in vhci

2017-06-27 Thread Yuyang Du
The patch 03cd00d538a6: "usbip: vhci-hcd: Set the vhci structure up to work" introduced a bug which uses a vairable without initialization in error handling code. Fix it. Reported-by: Dan Carpenter Signed-off-by: Yuyang Du ---