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

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

usb: gadget: m66592-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 8a24bb40
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
	}