Skip to content

Commit 804bf07

Browse files
nsolanki22broonie
authored andcommitted
regulator (max5970): Remove duplicate line
Remove redundant/duplicate line. Signed-off-by: Naresh Solanki <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent f5afdd1 commit 804bf07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/regulator/max5970-regulator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,6 @@ static int max597x_regulator_probe(struct platform_device *pdev)
584584
else
585585
return -ENODEV;
586586

587-
i2c_set_clientdata(i2c, max597x);
588587
num_switches = max597x->num_switches;
589588

590589
for (i = 0; i < num_switches; i++) {

0 commit comments

Comments
 (0)