1
0
Fork 0

usb: gadget: r8a66597-udc: remove unnecessary OOM messages

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>
hifive-unleashed-5.1
Jingoo Han 2014-05-07 15:49:10 +09:00 committed by Felipe Balbi
parent f3772c2b49
commit e5f06f909f
1 changed files with 0 additions and 1 deletions

View File

@ -1904,7 +1904,6 @@ static int __init r8a66597_probe(struct platform_device *pdev)
r8a66597 = kzalloc(sizeof(struct r8a66597), GFP_KERNEL);
if (r8a66597 == NULL) {
ret = -ENOMEM;
dev_err(&pdev->dev, "kzalloc error\n");
goto clean_up;
}