OSDN Git Service

phy: phy-qcom-ufs-qmp-20nm: Remove site specific OOM error message
authorPeter Griffin <peter.griffin@linaro.org>
Wed, 8 Jun 2016 09:10:03 +0000 (10:10 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 4 Jul 2016 12:37:39 +0000 (18:07 +0530)
kzalloc will issue its own error message including a dump_stack()
so remote the site specific message.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-qcom-ufs-qmp-20nm.c

index b16ea77..770087a 100644 (file)
@@ -196,7 +196,6 @@ static int ufs_qcom_phy_qmp_20nm_probe(struct platform_device *pdev)
 
        phy = devm_kzalloc(dev, sizeof(*phy), GFP_KERNEL);
        if (!phy) {
-               dev_err(dev, "%s: failed to allocate phy\n", __func__);
                err = -ENOMEM;
                goto out;
        }