commit | 9566a7c72f4f09b094c5517556d2b5f36a11b4ef | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Jul 13 10:24:33 2018 +0100 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Jul 17 10:12:51 2018 +0300 |
tree | 5be9f21d178da8d6e81f1639a4baab00d04e980a | |
parent | 89066b36c43dc9100ad2c86e0b6bf8c81ca0b4d4 [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: Felipe Balbi <felipe.balbi@linux.intel.com>