projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86185af
)
doc: fix regulator docs cut-and-pasteism
author
Dr. David Alan Gilbert
<linux@treblig.org>
Sun, 22 Nov 2009 14:53:15 +0000
(14:53 +0000)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 4 Dec 2009 14:39:58 +0000
(15:39 +0100)
Minor copy-and-pasteism in the regulator docs (against
git from today):
Signed-off-by: Dave Gilbert <linux@treblig.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/power/regulator/consumer.txt
patch
|
blob
|
history
diff --git
a/Documentation/power/regulator/consumer.txt
b/Documentation/power/regulator/consumer.txt
index 5f83fd24ea8437ca16792874d937eacbaf01cfb3..cdebb5145c258582df0557be6b080887ecec41af 100644
(file)
--- a/
Documentation/power/regulator/consumer.txt
+++ b/
Documentation/power/regulator/consumer.txt
@@
-104,7
+104,7
@@
to set the limit to 500mA when supplying power.
Consumers can control their supply current limit by calling :-
-int regulator_set_current_limit(regulator, min_u
V, max_uV
);
+int regulator_set_current_limit(regulator, min_u
A, max_uA
);
Where min_uA and max_uA are the minimum and maximum acceptable current limit in
microamps.