projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5afdd1
)
regulator (max5970): Remove duplicate line
author
Naresh Solanki
<naresh.solanki@9elements.com>
Fri, 27 Oct 2023 15:28:29 +0000
(15:28 +0000)
committer
Mark Brown
<broonie@kernel.org>
Fri, 27 Oct 2023 16:37:37 +0000
(17:37 +0100)
Remove redundant/duplicate line.
Signed-off-by: Naresh Solanki <naresh.solanki@9elements.com>
Link:
https://lore.kernel.org/r/20231027152830.1269895-2-naresh.solanki@9elements.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/max5970-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/max5970-regulator.c
b/drivers/regulator/max5970-regulator.c
index 56cc56ae63b73e6e455b2fdd699e29538893308c..bc88a40a88d4cac0bbe61efc4725703b1136654e 100644
(file)
--- a/
drivers/regulator/max5970-regulator.c
+++ b/
drivers/regulator/max5970-regulator.c
@@
-584,7
+584,6
@@
static int max597x_regulator_probe(struct platform_device *pdev)
else
return -ENODEV;
- i2c_set_clientdata(i2c, max597x);
num_switches = max597x->num_switches;
for (i = 0; i < num_switches; i++) {