]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
phy: phy-qcom-ufs-qmp-14nm: Remove site specific OOM error message
authorPeter Griffin <peter.griffin@linaro.org>
Wed, 8 Jun 2016 09:10:02 +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-14nm.c

index 56631e77c11d7fb2ebd5e978869797d910b5daaf..6ee51490f78603cb52d361b7d8b9258b4db350a3 100644 (file)
@@ -140,7 +140,6 @@ static int ufs_qcom_phy_qmp_14nm_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;
        }