Skip to content

Commit

Permalink
regulator: core: Fix typo in of_regulator.h
Browse files Browse the repository at this point in the history
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: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Charles Keepax authored and Mark Brown committed Apr 14, 2014
1 parent 63c7c9e commit 5efe144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/regulator/of_regulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5efe144

Please sign in to comment.