Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302131
b: refs/heads/master
c: 36a2afd
h: refs/heads/master
i:
  302129: 04dc568
  302127: c2cddf6
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Apr 1, 2012
1 parent e18051f commit c11dff1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c60f1718f508a40964c149f1139b4eaaae825fd3
refs/heads/master: 36a2afd88482843e59f506fb0c85c85e53d3bd2f
2 changes: 0 additions & 2 deletions trunk/drivers/regulator/tps65023-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ struct tps_info {
/* PMIC details */
struct tps_pmic {
struct regulator_desc desc[TPS65023_NUM_REGULATOR];
struct i2c_client *client;
struct regulator_dev *rdev[TPS65023_NUM_REGULATOR];
const struct tps_info *info[TPS65023_NUM_REGULATOR];
struct regmap *regmap;
Expand Down Expand Up @@ -407,7 +406,6 @@ static int __devinit tps_65023_probe(struct i2c_client *client,
}

/* common for all regulators */
tps->client = client;
tps->core_regulator = drv_data->core_regulator;

for (i = 0; i < TPS65023_NUM_REGULATOR; i++, info++, init_data++) {
Expand Down

0 comments on commit c11dff1

Please sign in to comment.