commit | a7d8205eaee70b55b0fe45fbd77c11e1ad3d7a7e | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Jul 13 11:45:01 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 13 15:41:55 2018 +0200 |
tree | 1ceb166e8d661676180adcabc767acbfee57dd05 | |
parent | 5f9810730cf4c0315f30e2fa0daf273fb2d3cadb [diff] |
usb: usbip: remove redundant pointer ep Pointer ep is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'ep' set but not used [-Wunused-but-set-variable] Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>