Skip to content

Commit 804bf07

Browse files
nsolanki22broonie
authored andcommitted
regulator (max5970): Remove duplicate line
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>
1 parent f5afdd1 commit 804bf07

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)