Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64dceea4 authored by Mark Brown's avatar Mark Brown
Browse files

Merge remote-tracking branch 'regulator/topic/tps6586x' into v3.9-rc8

parents 813dc1b0 6673d66e
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -246,7 +246,7 @@ static int tps6586x_regulator_set_slew_rate(struct platform_device *pdev,
		reg = TPS6586X_SM1SL;
		reg = TPS6586X_SM1SL;
		break;
		break;
	default:
	default:
		dev_warn(&pdev->dev, "Only SM0/SM1 can set slew rate\n");
		dev_err(&pdev->dev, "Only SM0/SM1 can set slew rate\n");
		return -EINVAL;
		return -EINVAL;
	}
	}


@@ -305,14 +305,12 @@ static struct tps6586x_platform_data *tps6586x_parse_regulator_dt(
	}
	}


	err = of_regulator_match(&pdev->dev, regs, tps6586x_matches, num);
	err = of_regulator_match(&pdev->dev, regs, tps6586x_matches, num);
	of_node_put(regs);
	if (err < 0) {
	if (err < 0) {
		dev_err(&pdev->dev, "Regulator match failed, e %d\n", err);
		dev_err(&pdev->dev, "Regulator match failed, e %d\n", err);
		of_node_put(regs);
		return NULL;
		return NULL;
	}
	}


	of_node_put(regs);

	pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL);
	pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL);
	if (!pdata) {
	if (!pdata) {
		dev_err(&pdev->dev, "Memory alloction failed\n");
		dev_err(&pdev->dev, "Memory alloction failed\n");