summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/sec-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/sec-core.c b/drivers/mfd/sec-core.c
index 322c7e6a05a..badf621ae3d 100644
--- a/drivers/mfd/sec-core.c
+++ b/drivers/mfd/sec-core.c
@@ -385,7 +385,7 @@ static int sec_pmic_probe(struct i2c_client *i2c,
if (ret)
goto err;
- device_init_wakeup(sec_pmic->dev, sec_pdata->wakeup);
+ device_init_wakeup(sec_pmic->dev, sec_pmic->wakeup);
return ret;