usb: gadget: m66592-udc: remove unnecessary OOM messages
authorJingoo Han <jg1.han@samsung.com>
Wed, 7 May 2014 06:46:23 +0000 (15:46 +0900)
committerFelipe 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

index 8cae01d..0d17174 100644 (file)
@@ -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;
        }