projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1a7c4f
)
usb: gadget: m66592-udc: delete __init marker for probe
author
Peter Chen
<peter.chen@freescale.com>
Sun, 18 May 2014 07:19:05 +0000
(15:19 +0800)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 30 Jun 2014 17:32:44 +0000
(12:32 -0500)
The probe function may be probed deferal and called after .init
section has freed.
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/m66592-udc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/gadget/m66592-udc.c
b/drivers/usb/gadget/m66592-udc.c
index 0d17174b86f8bbec733541270cc886ddf74c1d5e..3d6609b5265ef24b495e23c7ca53af61a760f480 100644
(file)
--- a/
drivers/usb/gadget/m66592-udc.c
+++ b/
drivers/usb/gadget/m66592-udc.c
@@
-1553,7
+1553,7
@@
static void nop_completion(struct usb_ep *ep, struct usb_request *r)
{
}
-static int
__init
m66592_probe(struct platform_device *pdev)
+static int m66592_probe(struct platform_device *pdev)
{
struct resource *res, *ires;
void __iomem *reg = NULL;