commit | f9abd4b415fea2615491e421633ade741224d243 | [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 | 842ef9a98ef8643df87d3ae5664802cd5db2bca0 [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>