projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c7c9e
)
regulator: core: Fix typo in of_regulator.h
author
Charles Keepax
<
[email protected]
>
Fri, 4 Apr 2014 08:29:58 +0000
(09:29 +0100)
committer
Mark Brown
<
[email protected]
>
Mon, 14 Apr 2014 16:01:24 +0000
(17:01 +0100)
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 <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
include/linux/regulator/of_regulator.h
patch
|
blob
|
history
diff --git
a/include/linux/regulator/of_regulator.h
b/include/linux/regulator/of_regulator.h
index 06528516aa151f3496ce266a0c5e890d32ad57dd..a5abd8334003af995fc27138febc8b8f8d5928be 100644
(file)
--- 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;
}