diff options
author | Peter Chen <peter.chen@freescale.com> | 2014-10-14 15:56:04 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-03 15:42:05 -0800 |
commit | 58f7e76f7ce37417bd30f427168f75a9d84991ee (patch) | |
tree | 1fedd9e769fd70a55f84f94556ba8e0b64ff0948 /drivers/usb/host | |
parent | a41e4db0aaac75ab5db15185947c166412066cd6 (diff) | |
download | blackbird-op-linux-58f7e76f7ce37417bd30f427168f75a9d84991ee.tar.gz blackbird-op-linux-58f7e76f7ce37417bd30f427168f75a9d84991ee.zip |
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 <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/oxu210hp-hcd.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |