* [PATCH] regulator: core: Fix typo in of_regulator.h
@ 2014-04-04 8:29 Charles Keepax
2014-04-04 10:14 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Charles Keepax @ 2014-04-04 8:29 UTC (permalink / raw)
To: broonie; +Cc: lgirdwood, linux-kernel, patches
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>
---
include/linux/regulator/of_regulator.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/linux/regulator/of_regulator.h b/include/linux/regulator/of_regulator.h
index 0652851..a5abd83 100644
--- a/include/linux/regulator/of_regulator.h
+++ b/include/linux/regulator/of_regulator.h
@@ -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;
}
--
1.7.2.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-04 10:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-04 8:29 [PATCH] regulator: core: Fix typo in of_regulator.h Charles Keepax
2014-04-04 10:14 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®