X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=drivers%2Fmfd%2Fadp5520.c;h=62501553d63c4f7c2b49da5c73d79141d964179e;hb=20e029d791b22000c45ac7ce5a09e8dee8a3d323;hp=28346ad0b4a6da0eee7e5e6f09e025769d11b024;hpb=5a9821321e0a61674fd5c4b5a9e95007d0e7e052;p=karo-tx-linux.git 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) static int adp5520_probe(struct i2c_client *client, const struct i2c_device_id *id) { - struct adp5520_platform_data *pdata = client->dev.platform_data; + struct adp5520_platform_data *pdata = dev_get_platdata(&client->dev); struct platform_device *pdev; struct adp5520_chip *chip; int ret;