Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5f06f90 authored by Jingoo Han's avatar Jingoo Han Committed by Felipe Balbi
Browse files

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: default avatarJingoo Han <jg1.han@samsung.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent f3772c2b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1904,7 +1904,6 @@ static int __init r8a66597_probe(struct platform_device *pdev)
	r8a66597 = kzalloc(sizeof(struct r8a66597), GFP_KERNEL);
	r8a66597 = kzalloc(sizeof(struct r8a66597), GFP_KERNEL);
	if (r8a66597 == NULL) {
	if (r8a66597 == NULL) {
		ret = -ENOMEM;
		ret = -ENOMEM;
		dev_err(&pdev->dev, "kzalloc error\n");
		goto clean_up;
		goto clean_up;
	}
	}