diff options
-rw-r--r-- | drivers/regulator/max1586.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/regulator/max1586.c b/drivers/regulator/max1586.c index c2a40a1a9e3e..d23d0577754b 100644 --- a/drivers/regulator/max1586.c +++ b/drivers/regulator/max1586.c | |||
@@ -165,8 +165,7 @@ static int max1586_pmic_probe(struct i2c_client *client, | |||
165 | struct max1586_data *max1586; | 165 | struct max1586_data *max1586; |
166 | int i, id; | 166 | int i, id; |
167 | 167 | ||
168 | max1586 = devm_kzalloc(&client->dev, sizeof(struct max1586_data) + | 168 | max1586 = devm_kzalloc(&client->dev, sizeof(struct max1586_data), |
169 | sizeof(struct regulator_dev *) * (MAX1586_V6 + 1), | ||
170 | GFP_KERNEL); | 169 | GFP_KERNEL); |
171 | if (!max1586) | 170 | if (!max1586) |
172 | return -ENOMEM; | 171 | return -ENOMEM; |