]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
usb: gadget: s3c2410_udc: remove unnecessary initializations
authorFelipe Balbi <balbi@ti.com>
Tue, 26 Feb 2013 09:24:30 +0000 (11:24 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:29 +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/s3c2410_udc.c

index a669081bbb88f21c64d50ab07130a69ce29021a5..e15d1bbc2ad9ef6c4ad9135dc1c5879e14f0048b 100644 (file)
@@ -1824,9 +1824,6 @@ static int s3c2410_udc_probe(struct platform_device *pdev)
                goto err_mem;
        }
 
-       udc->gadget.dev.parent = &pdev->dev;
-       udc->gadget.dev.dma_mask = pdev->dev.dma_mask;
-
        the_controller = udc;
        platform_set_drvdata(pdev, udc);