commit | f0d657e80d788c43ff4a5dbeb47d2ad60059f1c7 | [log] [tgz] |
---|---|---|
author | Yuyang Du <yuyang.du@intel.com> | Tue Jun 27 09:44:26 2017 -0600 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jun 27 17:57:50 2017 +0200 |
tree | f2f533361b53e2d4e29c7c1b07d78114a3ce2480 | |
parent | 4f04c210d031667e503d6538a72345a36f3b5d71 [diff] |
usbip: Fix uninitialized variable bug in vhci 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 <dan.carpenter@oracle.com> Signed-off-by: Yuyang Du <yuyang.du@intel.com> Acked-by: Shuah Khan <shuahkh@osg.samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>