[PATCH 087/100] usb: dwc3: gadget: remove unnecessary initializations

2013-02-26 Thread Felipe Balbi
udc-core now sets dma-related and parent fields for us, we don't need to do it ourselves. Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/usb/dwc3/gadget.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c index 6e168df..0e05485

Re: [PATCH 087/100] usb: dwc3: gadget: remove unnecessary initializations

2013-02-26 Thread Felipe Balbi
Hi, On Tue, Feb 26, 2013 at 11:34:49AM +0200, Felipe Balbi wrote: udc-core now sets dma-related and parent fields for us, we don't need to do it ourselves. Signed-off-by: Felipe Balbi ba...@ti.com --- drivers/usb/dwc3/gadget.c | 5 - 1 file changed, 5 deletions(-) diff --git