commit | 872ce5119524f33fafacc4d9610a431185ea66a2 | [log] [tgz] |
---|---|---|
author | Michal Nazarewicz <mina86@mina86.com> | Tue May 31 14:17:21 2016 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue Jun 21 11:04:09 2016 +0300 |
tree | 90d92795546becea120a08658d1a256a6d6ab534 | |
parent | 9522def40065194aa75b0a7b7e1ff5b8e2014724 [diff] |
usb: gadget: fix unused-but-set-variale warnings Those are enabled with W=1 make option. The patch leaves of some type-limits warnings which are caused by generic macros used in a way where they produce always-false conditions. Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>