Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux...
[linux-2.6-block.git] / drivers / mfd / tps65010.c
index 677a127619d4458b7c19760d357d80d39dd22a3e..83e615ed100ae76bf4abd4740f1acb9cce9de862 100644 (file)
@@ -638,7 +638,7 @@ static int tps65010_probe(struct i2c_client *client,
                tps->outmask = board->outmask;
 
                tps->chip.label = client->name;
-               tps->chip.dev = &client->dev;
+               tps->chip.parent = &client->dev;
                tps->chip.owner = THIS_MODULE;
 
                tps->chip.set = tps65010_gpio_set;