diff options
Diffstat (limited to 'drivers/mfd/si476x-i2c.c')
-rw-r--r-- | drivers/mfd/si476x-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/si476x-i2c.c b/drivers/mfd/si476x-i2c.c index f5bc8e4bd4bf..0e4a76daf187 100644 --- a/drivers/mfd/si476x-i2c.c +++ b/drivers/mfd/si476x-i2c.c | |||
@@ -718,7 +718,7 @@ static int si476x_core_probe(struct i2c_client *client, | |||
718 | atomic_set(&core->is_alive, 0); | 718 | atomic_set(&core->is_alive, 0); |
719 | core->power_state = SI476X_POWER_DOWN; | 719 | core->power_state = SI476X_POWER_DOWN; |
720 | 720 | ||
721 | pdata = client->dev.platform_data; | 721 | pdata = dev_get_platdata(&client->dev); |
722 | if (pdata) { | 722 | if (pdata) { |
723 | memcpy(&core->power_up_parameters, | 723 | memcpy(&core->power_up_parameters, |
724 | &pdata->power_up_parameters, | 724 | &pdata->power_up_parameters, |