RE: [PATCH] usb: renesas_usbhs: avoid uninitialized variable use

2015-05-22 Thread Yoshihiro Shimoda
Hi Arnd, > Sent: Friday, May 22, 2015 8:07 PM > > After the renesas_usbhs driver is enabled in ARM multi_v7_defconfig, > we now get a new warning: > > renesas_usbhs/mod.c: In function 'usbhs_interrupt': > renesas_usbhs/mod.c:246:7: warning: 'intenb1' may be used uninitialized in > this function

Re: [PATCH] usb: renesas_usbhs: avoid uninitialized variable use

2015-05-24 Thread Simon Horman
On Fri, May 22, 2015 at 11:33:57AM +, Yoshihiro Shimoda wrote: > Hi Arnd, > > > Sent: Friday, May 22, 2015 8:07 PM > > > > After the renesas_usbhs driver is enabled in ARM multi_v7_defconfig, > > we now get a new warning: > > > > renesas_usbhs/mod.c: In function 'usbhs_interrupt': > > renesa