diff --git a/[refs] b/[refs] index 56487a94c8cd..96994f6cc644 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 938b45927c240cf75a01ce29af3f173762e762f8 +refs/heads/master: 747cc851dc42ffeac2872da066ca4293a6d90baf diff --git a/trunk/drivers/regulator/max8998.c b/trunk/drivers/regulator/max8998.c index 8b9bfdf8ffe5..a1baf1fbe004 100644 --- a/trunk/drivers/regulator/max8998.c +++ b/trunk/drivers/regulator/max8998.c @@ -557,6 +557,7 @@ static __devinit int max8998_pmic_probe(struct platform_device *pdev) } rdev = max8998->rdev; + max8998->dev = &pdev->dev; max8998->iodev = iodev; max8998->num_regulators = pdata->num_regulators; platform_set_drvdata(pdev, max8998);