projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0365df8
)
regulator: max597x: Remove unused variable
author
Naresh Solanki
<naresh.solanki@9elements.com>
Fri, 10 Feb 2023 16:32:25 +0000
(17:32 +0100)
committer
Mark Brown
<broonie@kernel.org>
Fri, 10 Feb 2023 16:45:30 +0000
(16:45 +0000)
max597x_regmap_config isn't used & hence remove the same.
Signed-off-by: Naresh Solanki <Naresh.Solanki@9elements.com>
Link:
https://lore.kernel.org/r/20230210163225.1208035-1-Naresh.Solanki@9elements.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max597x-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/max597x-regulator.c
b/drivers/regulator/max597x-regulator.c
index 39f803ff0a90a8f086aa247c2cb30db39d508a1f..ab9dc18f98e37d6a277b61c3a78698184a8716f4 100644
(file)
--- a/
drivers/regulator/max597x-regulator.c
+++ b/
drivers/regulator/max597x-regulator.c
@@
-357,12
+357,6
@@
static int max597x_irq_handler(int irq, struct regulator_irq_data *rid,
return 0;
}
-static const struct regmap_config max597x_regmap_config = {
- .reg_bits = 8,
- .val_bits = 8,
- .max_register = MAX_REGISTERS,
-};
-
static int max597x_adc_range(struct regmap *regmap, const int ch,
u32 *irng, u32 *mon_rng)
{