提交 74ea0e59 编写于 作者: M Mark Brown

regulator: tps65910: Don't use 0 as NULL

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
上级 ea38d13f
......@@ -1136,7 +1136,7 @@ static inline struct tps65910_board *tps65910_parse_dt_reg_data(
struct of_regulator_match **tps65910_reg_matches)
{
*tps65910_reg_matches = NULL;
return 0;
return NULL;
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册