commit | 60dc40ce14d98cd3327b73e50868f0a7816d8c53 | [log] [tgz] |
---|---|---|
author | Bo Shen <voice.shen@atmel.com> | Wed Aug 27 17:28:18 2014 +0800 |
committer | Marek Vasut <marex@denx.de> | Tue Sep 02 14:32:15 2014 +0200 |
tree | 5c55bf000b519c778cb3148ef4f74f8a6c00198d | |
parent | 919815564785118e72f004fb2c884483276c2b3c [diff] |
USB: gadget: s3c: get rid of debug compile warning When enable debug option to compile, it will give the following warning, this patch is used to get rid of it. --->8--- warning: 'flags' is used uninitialized in this function [-Wuninitialized] ---8<--- Signed-off-by: Bo Shen <voice.shen@atmel.com>