[PATCH 2/2] mfd: omap-usb-host: Move usbhs init before allocing child dev

2012-02-15 Thread Govindraj.R
From: Govindraj.R govindraj.r...@ti.com There could be possible race condition where the host dev's are alloced and added to platform dev just before usbhs_init. Just move usbhs_init before adding child dev. CC: Felipe Balbi ba...@ti.com CC: Alan Stern st...@rowland.harvard.edu Signed-off-by:

Re: [PATCH 2/2] mfd: omap-usb-host: Move usbhs init before allocing child dev

2012-02-15 Thread Felipe Balbi
On Wed, Feb 15, 2012 at 03:53:34PM +0530, Govindraj.R wrote: From: Govindraj.R govindraj.r...@ti.com There could be possible race condition where the host dev's are alloced and added to platform dev just before usbhs_init. Just move usbhs_init before adding child dev. CC: Felipe Balbi