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>
This commit is contained in:
parent
f3772c2b49
commit
e5f06f909f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user