提交 58f7e76f 编写于 作者: P Peter Chen 提交者: Greg Kroah-Hartman

usb: host: oxu210hp-hcd: delete unnecessary 'out of memory' messages

The memory subsystem has already had similar message for it.
Signed-off-by: NPeter Chen <peter.chen@freescale.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 a41e4db0
...@@ -3846,7 +3846,6 @@ static int oxu_drv_probe(struct platform_device *pdev) ...@@ -3846,7 +3846,6 @@ static int oxu_drv_probe(struct platform_device *pdev)
*/ */
info = devm_kzalloc(&pdev->dev, sizeof(struct oxu_info), GFP_KERNEL); info = devm_kzalloc(&pdev->dev, sizeof(struct oxu_info), GFP_KERNEL);
if (!info) { if (!info) {
dev_dbg(&pdev->dev, "error allocating memory\n");
ret = -EFAULT; ret = -EFAULT;
goto error; goto error;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册