Skip to content

Commit

Permalink
Merge remote-tracking branch 'regulator/topic/isl6271a' into regulato…
Browse files Browse the repository at this point in the history
…r-next
  • Loading branch information
Mark Brown committed Jul 1, 2013
2 parents bf7b811 + 85bea1b commit 39c9f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/isl6271a-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static int isl6271a_probe(struct i2c_client *i2c,
if (i == 0)
config.init_data = init_data;
else
config.init_data = 0;
config.init_data = NULL;
config.driver_data = pmic;

pmic->rdev[i] = regulator_register(&isl_rd[i], &config);
Expand Down

0 comments on commit 39c9f80

Please sign in to comment.