diff options
Diffstat (limited to 'drivers/mfd/as3711.c')
-rw-r--r-- | drivers/mfd/as3711.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/as3711.c b/drivers/mfd/as3711.c index 01e414162702..abd3ab7c0908 100644 --- a/drivers/mfd/as3711.c +++ b/drivers/mfd/as3711.c | |||
@@ -129,7 +129,7 @@ static int as3711_i2c_probe(struct i2c_client *client, | |||
129 | int ret; | 129 | int ret; |
130 | 130 | ||
131 | if (!client->dev.of_node) { | 131 | if (!client->dev.of_node) { |
132 | pdata = client->dev.platform_data; | 132 | pdata = dev_get_platdata(&client->dev); |
133 | if (!pdata) | 133 | if (!pdata) |
134 | dev_dbg(&client->dev, "Platform data not found\n"); | 134 | dev_dbg(&client->dev, "Platform data not found\n"); |
135 | } else { | 135 | } else { |