diff options
Diffstat (limited to 'drivers/mfd/adp5520.c')
-rw-r--r-- | drivers/mfd/adp5520.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/adp5520.c b/drivers/mfd/adp5520.c index 28346ad0b4a6..62501553d63c 100644 --- a/drivers/mfd/adp5520.c +++ b/drivers/mfd/adp5520.c | |||
@@ -207,7 +207,7 @@ static int adp5520_remove_subdevs(struct adp5520_chip *chip) | |||
207 | static int adp5520_probe(struct i2c_client *client, | 207 | static int adp5520_probe(struct i2c_client *client, |
208 | const struct i2c_device_id *id) | 208 | const struct i2c_device_id *id) |
209 | { | 209 | { |
210 | struct adp5520_platform_data *pdata = client->dev.platform_data; | 210 | struct adp5520_platform_data *pdata = dev_get_platdata(&client->dev); |
211 | struct platform_device *pdev; | 211 | struct platform_device *pdev; |
212 | struct adp5520_chip *chip; | 212 | struct adp5520_chip *chip; |
213 | int ret; | 213 | int ret; |