projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a24bb4
)
usb: gadget: m66592-udc: remove unnecessary OOM messages
author
Jingoo Han
<jg1.han@samsung.com>
Wed, 7 May 2014 06:46:23 +0000
(15:46 +0900)
committer
Felipe Balbi
<balbi@ti.com>
Wed, 14 May 2014 14:23:29 +0000
(09:23 -0500)
The site-specific OOM messages are unnecessary, because they
duplicate the MM subsystem generic OOM message.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/m66592-udc.c
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/m66592-udc.c
b/drivers/usb/gadget/m66592-udc.c
index 8cae01d885970860c4fbbd8f234fab82da97dde2..0d17174b86f8bbec733541270cc886ddf74c1d5e 100644
(file)
--- a/
drivers/usb/gadget/m66592-udc.c
+++ b/
drivers/usb/gadget/m66592-udc.c
@@
-1594,7
+1594,6
@@
static int __init m66592_probe(struct platform_device *pdev)
m66592 = kzalloc(sizeof(struct m66592), GFP_KERNEL);
if (m66592 == NULL) {
ret = -ENOMEM;
- pr_err("kzalloc error\n");
goto clean_up;
}