Re: [PATCH v2 04/11] usb: musb: gadget: remove hcd initialization

2013-04-10 Thread Peter Korsgaard
> "Daniel" == Daniel Mack writes: Daniel> This will be done from a more appropriate location and as it doesn't Daniel> work anyway, it can safely be removed before the other changes. Daniel> Signed-off-by: Daniel Mack Acked-by: Peter Korsgaard Daniel> --- Daniel> drivers/usb/musb/m

[PATCH v2 04/11] usb: musb: gadget: remove hcd initialization

2013-04-05 Thread Daniel Mack
This will be done from a more appropriate location and as it doesn't work anyway, it can safely be removed before the other changes. Signed-off-by: Daniel Mack --- drivers/usb/musb/musb_gadget.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/drivers/usb/musb/musb_gadget.c b/drive