提交 5efe1446 编写于 作者: C Charles Keepax 提交者: Mark Brown

regulator: core: Fix typo in of_regulator.h

Fix a typo from my patch adding of_regulator_put_match in the patch:

regulator: core: Add helper to put of_nodes from matches
Signed-off-by: NCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: NMark Brown <broonie@linaro.org>
上级 63c7c9e1
......@@ -38,7 +38,7 @@ static inline int of_regulator_match(struct device *dev,
return 0;
}
static inline int of_regulator_put_match(struct of_regulator_match *matches,
unsigned int num_matches);
unsigned int num_matches)
{
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册