mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 21:44:23 -04:00
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: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
committed by
Mark Brown
parent
63c7c9e16c
commit
5efe144681
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user