projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0da445
)
phy: phy-qcom-ufs-qmp-20nm: Remove site specific OOM error message
author
Peter Griffin
<peter.griffin@linaro.org>
Wed, 8 Jun 2016 09:10:03 +0000
(10:10 +0100)
committer
Kishon 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
patch
|
blob
|
history
diff --git
a/drivers/phy/phy-qcom-ufs-qmp-20nm.c
b/drivers/phy/phy-qcom-ufs-qmp-20nm.c
index b16ea77d07b923c1a29f57def315bcdc032a9d40..770087ab05e29264d797231eb64e3090fb343142 100644
(file)
--- a/
drivers/phy/phy-qcom-ufs-qmp-20nm.c
+++ b/
drivers/phy/phy-qcom-ufs-qmp-20nm.c
@@
-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;
}