From: Peter Chen Date: Tue, 14 Oct 2014 07:56:04 +0000 (+0800) Subject: usb: host: oxu210hp-hcd: delete unnecessary 'out of memory' messages X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=58f7e76f7ce37417bd30f427168f75a9d84991ee;p=linux-beck.git usb: host: oxu210hp-hcd: delete unnecessary 'out of memory' messages The memory subsystem has already had similar message for it. Signed-off-by: Peter Chen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/oxu210hp-hcd.c b/drivers/usb/host/oxu210hp-hcd.c index 4fe79a2d71a9..75811dd5a9d7 100644 --- a/drivers/usb/host/oxu210hp-hcd.c +++ b/drivers/usb/host/oxu210hp-hcd.c @@ -3846,7 +3846,6 @@ static int oxu_drv_probe(struct platform_device *pdev) */ info = devm_kzalloc(&pdev->dev, sizeof(struct oxu_info), GFP_KERNEL); if (!info) { - dev_dbg(&pdev->dev, "error allocating memory\n"); ret = -EFAULT; goto error; }