commit | db9fc500e85a5292872c4b7c7f6a8230be6e016a | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Jul 13 10:24:33 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jul 13 15:41:56 2018 +0200 |
tree | b147bf843c013d9ed7733c676ef42d924652ccf1 | |
parent | ec81419310f56524d7428a73ef813be6cd3761b9 [diff] |
usb: dwc3: gadget: remove redundant variable maxpacket Variable maxpacket is being assigned but is never used hence it is redundant and can be removed. Cleans up clang warning: warning: variable 'maxpacket' 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>