Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319684
b: refs/heads/master
c: a7cc37a
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Samuel Ortiz committed Jul 8, 2012
1 parent 8365db9 commit 2d53cac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 8517690f31a5d36cf1a55099cfb0bc1d96d0e6f2
refs/heads/master: a7cc37a49876319b2f848290eefe3388dd82286b
2 changes: 0 additions & 2 deletions trunk/drivers/mfd/max77693.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ static int max77693_i2c_probe(struct i2c_client *i2c,

max77693->wakeup = pdata->wakeup;

mutex_init(&max77693->iolock);

if (max77693_read_reg(max77693->regmap,
MAX77693_PMIC_REG_PMIC_ID2, &reg_data) < 0) {
dev_err(max77693->dev, "device not found on this channel\n");
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/mfd/max77693-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ struct max77693_dev {
struct i2c_client *i2c; /* 0xCC , PMIC, Charger, Flash LED */
struct i2c_client *muic; /* 0x4A , MUIC */
struct i2c_client *haptic; /* 0x90 , Haptic */
struct mutex iolock;

int type;

Expand Down

0 comments on commit 2d53cac

Please sign in to comment.