From 1d44eab8c020d52609ffffcf9c7b233b8ede8220 Mon Sep 17 00:00:00 2001 From: "Dr. David Alan Gilbert" Date: Sun, 22 Nov 2009 14:53:15 +0000 Subject: [PATCH] --- yaml --- r: 173812 b: refs/heads/master c: 1b35edaf9ff33ee44db24aa38060061927a89185 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/power/regulator/consumer.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index afd31627a826..cc101eedd717 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 86185af927bebbb094f686ce5e3c908c7a418f4c +refs/heads/master: 1b35edaf9ff33ee44db24aa38060061927a89185 diff --git a/trunk/Documentation/power/regulator/consumer.txt b/trunk/Documentation/power/regulator/consumer.txt index 5f83fd24ea84..cdebb5145c25 100644 --- a/trunk/Documentation/power/regulator/consumer.txt +++ b/trunk/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_uV, max_uV); +int regulator_set_current_limit(regulator, min_uA, max_uA); Where min_uA and max_uA are the minimum and maximum acceptable current limit in microamps.