usb: host: oxu210hp-hcd: delete unnecessary 'out of memory' messages
authorPeter Chen <peter.chen@freescale.com>
Tue, 14 Oct 2014 07:56:04 +0000 (15:56 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Nov 2014 23:42:05 +0000 (15:42 -0800)
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>
drivers/usb/host/oxu210hp-hcd.c

index 4fe79a2..75811dd 100644 (file)
@@ -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;
        }