commit | 919815564785118e72f004fb2c884483276c2b3c | [log] [tgz] |
---|---|---|
author | Bo Shen <voice.shen@atmel.com> | Wed Aug 27 17:28:17 2014 +0800 |
committer | Marek Vasut <marex@denx.de> | Tue Sep 02 14:32:15 2014 +0200 |
tree | 73f7ba84b191f121f7b98b4ecbef8743cd596a2e | |
parent | fb12f45b252efc39832c178cfbcd383145f57210 [diff] |
USB: gadget: atmel: 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>