projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81227f4
)
regulator: max8998: max8998_set_current_limit() can be static
author
kbuild test robot
<lkp@intel.com>
Sat, 30 May 2020 13:03:14 +0000
(21:03 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 1 Jun 2020 11:52:34 +0000
(12:52 +0100)
Fixes:
4ffea5e083f8
("regulator: max8998: Add charger regulator")
Signed-off-by: kbuild test robot <lkp@intel.com>
Link:
https://lore.kernel.org/r/20200530130314.GA73557@d7d8dbfb64ff
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max8998.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/max8998.c
b/drivers/regulator/max8998.c
index
668ced0
..
340413b
100644
(file)
--- a/
drivers/regulator/max8998.c
+++ b/
drivers/regulator/max8998.c
@@
-371,8
+371,8
@@
static int max8998_set_voltage_buck_time_sel(struct regulator_dev *rdev,
return 0;
}
-int max8998_set_current_limit(struct regulator_dev *rdev,
- int min_uA, int max_uA)
+
static
int max8998_set_current_limit(struct regulator_dev *rdev,
+
int min_uA, int max_uA)
{
struct max8998_data *max8998 = rdev_get_drvdata(rdev);
struct i2c_client *i2c = max8998->iodev->i2c;