diff options
Diffstat (limited to 'drivers/mfd/max77693.c')
-rw-r--r-- | drivers/mfd/max77693.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/max77693.c b/drivers/mfd/max77693.c index e9e4278722f3..4055bc2d36fb 100644 --- a/drivers/mfd/max77693.c +++ b/drivers/mfd/max77693.c | |||
@@ -138,8 +138,6 @@ static int max77693_i2c_probe(struct i2c_client *i2c, | |||
138 | 138 | ||
139 | max77693->wakeup = pdata->wakeup; | 139 | max77693->wakeup = pdata->wakeup; |
140 | 140 | ||
141 | mutex_init(&max77693->iolock); | ||
142 | |||
143 | if (max77693_read_reg(max77693->regmap, | 141 | if (max77693_read_reg(max77693->regmap, |
144 | MAX77693_PMIC_REG_PMIC_ID2, ®_data) < 0) { | 142 | MAX77693_PMIC_REG_PMIC_ID2, ®_data) < 0) { |
145 | dev_err(max77693->dev, "device not found on this channel\n"); | 143 | dev_err(max77693->dev, "device not found on this channel\n"); |