|
@@ -105,7 +105,8 @@ static int __init bq24022_probe(struct platform_device *pdev)
|
|
|
ret = gpio_direction_output(pdata->gpio_iset2, 0);
|
|
|
ret = gpio_direction_output(pdata->gpio_nce, 1);
|
|
|
|
|
|
- bq24022 = regulator_register(&bq24022_desc, &pdev->dev, NULL, pdata);
|
|
|
+ bq24022 = regulator_register(&bq24022_desc, &pdev->dev,
|
|
|
+ pdata->init_data, pdata);
|
|
|
if (IS_ERR(bq24022)) {
|
|
|
dev_dbg(&pdev->dev, "couldn't register regulator\n");
|
|
|
ret = PTR_ERR(bq24022);
|