Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5efe1446 authored by Charles Keepax's avatar Charles Keepax Committed by Mark Brown
Browse files

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: default avatarCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 63c7c9e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}