]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
USB: gadget: s3c: get rid of debug compile warning
authorBo Shen <voice.shen@atmel.com>
Wed, 27 Aug 2014 09:28:18 +0000 (17:28 +0800)
committerMarek Vasut <marex@denx.de>
Tue, 2 Sep 2014 12:32:15 +0000 (14:32 +0200)
commit06fa91cd671eae291b05e2138d291c56ddd394df
tree5c55bf000b519c778cb3148ef4f74f8a6c00198d
parentf9abd4b415fea2615491e421633ade741224d243
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>
drivers/usb/gadget/s3c_udc_otg.c
drivers/usb/gadget/s3c_udc_otg_xfer_dma.c