On 06-12-16, 17:09, Stephen Boyd wrote:
@@ -1186,8 +1192,12 @@ int _opp_add_v1(struct device *dev, unsigned long freq, long u_volt, new_opp->dynamic = dynamic; ret = _opp_add(dev, new_opp, opp_table);
- if (ret)
- if (ret) {
/* Don't return error for duplicate OPPs */
Yes, but why?
Will update the comment over _opp_add() to describe that.