]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
usb: gadget: pxa25x_udc: remove unnecessary initializations
authorFelipe Balbi <balbi@ti.com>
Tue, 26 Feb 2013 09:19:56 +0000 (11:19 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:26 +0000 (11:17 +0200)
udc-core now sets dma-related and parent fields
for us, we don't need to do it ourselves.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/pxa25x_udc.c

index e29bb878b2d724da393b9ec8d16d16d66b909f34..9fea05340689da2d2c1e265af053509911fde9ef 100644 (file)
@@ -2138,9 +2138,6 @@ static int __init pxa25x_udc_probe(struct platform_device *pdev)
        dev->timer.function = udc_watchdog;
        dev->timer.data = (unsigned long) dev;
 
-       dev->gadget.dev.parent = &pdev->dev;
-       dev->gadget.dev.dma_mask = pdev->dev.dma_mask;
-
        the_controller = dev;
        platform_set_drvdata(pdev, dev);