diff --git a/drivers/opp/core.c b/drivers/opp/core.c index a6de325306933b57928b8d16d741247e93274102..0459b1204694567f69c6e37c22774d41f5eab502 100644 --- a/drivers/opp/core.c +++ b/drivers/opp/core.c @@ -296,7 +296,7 @@ int dev_pm_opp_get_opp_count(struct device *dev) opp_table = _find_opp_table(dev); if (IS_ERR(opp_table)) { count = PTR_ERR(opp_table); - dev_err(dev, "%s: OPP table not found (%d)\n", + dev_dbg(dev, "%s: OPP table not found (%d)\n", __func__, count); return count; }