usb: host: ehci-sh: delete unnecessary 'out of memory' messages

The memory subsystem has already had similar message for it.

Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Peter Chen 2014-10-14 15:56:02 +08:00 коммит произвёл Greg Kroah-Hartman
Родитель 03cfba992d
Коммит 25f852a5e1
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -126,7 +126,6 @@ static int ehci_hcd_sh_probe(struct platform_device *pdev)
priv = devm_kzalloc(&pdev->dev, sizeof(struct ehci_sh_priv),
GFP_KERNEL);
if (!priv) {
dev_dbg(&pdev->dev, "error allocating priv data\n");
ret = -ENOMEM;
goto fail_request_resource;
}