X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fregulator%2Fbq24022.c;h=9fab6d1bbe80d28a1f388e8bc2bdb14589c8702e;hb=ca994a36f585432458ead9133fcfe05440edbb7b;hp=e24d1b7d97a84c4f5ded6aaf672ba3f317be838c;hpb=c126dea771be1b3c370c0ffc4a09e6a82d492a49;p=~andy%2Flinux diff --git a/drivers/regulator/bq24022.c b/drivers/regulator/bq24022.c index e24d1b7d97a..9fab6d1bbe8 100644 --- a/drivers/regulator/bq24022.c +++ b/drivers/regulator/bq24022.c @@ -107,7 +107,7 @@ static int __init bq24022_probe(struct platform_device *pdev) ret = gpio_direction_output(pdata->gpio_nce, 1); bq24022 = regulator_register(&bq24022_desc, &pdev->dev, - pdata->init_data, pdata); + pdata->init_data, pdata, NULL); if (IS_ERR(bq24022)) { dev_dbg(&pdev->dev, "couldn't register regulator\n"); ret = PTR_ERR(bq24022);