From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 28 Nov 2015 02:30:12 +0100 Subject: [U-Boot] [PATCH 2/2] usb: dwc3: fix build warnings In-Reply-To: <871tculgnk.fsf@saruman.tx.rr.com> References: <1443727338-29320-1-git-send-email-balbi@ti.com> <1443727338-29320-2-git-send-email-balbi@ti.com> <871tculgnk.fsf@saruman.tx.rr.com> Message-ID: <201511280230.13009.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, October 16, 2015 at 10:09:19 PM, Felipe Balbi wrote: > Felipe Balbi writes: > > fix the following build warnings: > > > > drivers/usb/dwc3/core.c: In function ?dwc3_uboot_init?: > > drivers/usb/dwc3/core.c:625:6: warning: ?dev? is used uninitialized in > > this function [-Wuninitialized] mem = devm_kzalloc(dev, sizeof(*dwc) + > > DWC3_ALIGN_MASK, GFP_KERNEL); > > > > ^ > > > > drivers/usb/dwc3/dwc3-omap.c: In function ?dwc3_omap_uboot_init?: > > drivers/usb/dwc3/dwc3-omap.c:380:7: warning: ?dev? is used uninitialized > > in this function [-Wuninitialized] omap = devm_kzalloc(dev, > > sizeof(*omap), GFP_KERNEL); > > > > Signed-off-by: Felipe Balbi > > ping I'd be really helpful if you CCed me ;) Best regards, Marek Vasut