projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
975cbd4
)
usb: gadget: imx_udc: remove unnecessary initializations
author
Felipe Balbi
<balbi@ti.com>
Tue, 26 Feb 2013 09:06:17 +0000
(11:06 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 18 Mar 2013 09:17:21 +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/imx_udc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/gadget/imx_udc.c
b/drivers/usb/gadget/imx_udc.c
index 9c5b7451a7d1fb8123afe89fbf0f16ab3edf13d0..c29d9e81dae45838fd011677ca2cbb57f5aa096c 100644
(file)
--- a/
drivers/usb/gadget/imx_udc.c
+++ b/
drivers/usb/gadget/imx_udc.c
@@
-1461,9
+1461,6
@@
static int __init imx_udc_probe(struct platform_device *pdev)
imx_usb->clk = clk;
imx_usb->dev = &pdev->dev;
- imx_usb->gadget.dev.parent = &pdev->dev;
- imx_usb->gadget.dev.dma_mask = pdev->dev.dma_mask;
-
platform_set_drvdata(pdev, imx_usb);
usb_init_data(imx_usb);