[PATCH] usb: phy: omap-otg: fix uninitialized pointer

2015-10-27 Thread Aaro Koskinen
otg_dev->extcon was referenced before otg_dev was initialized. Fix. Cc: sta...@vger.kernel.org Fixes: a2fd2423240f ("usb: phy: omap-otg: Replace deprecated API of extcon") Signed-off-by: Aaro Koskinen --- drivers/usb/phy/phy-omap-otg.c | 2 +- 1 file changed, 1

Re: [PATCH] usb: phy: omap-otg: fix uninitialized pointer

2015-10-27 Thread Chanwoo Choi
Hi Aaro, On 2015년 10월 28일 06:26, Aaro Koskinen wrote: > otg_dev->extcon was referenced before otg_dev was initialized. Fix. > > Cc: sta...@vger.kernel.org > Fixes: a2fd2423240f ("usb: phy: omap-otg: Replace deprecated API of extcon") > Signed-off-by: Aaro Koskinen > --- >