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

Commit 7e1dfe53 authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl/u300: delete pointless debug print



This is some leftover from earlier development, let's get rid
of it.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 5a511cd3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1113,8 +1113,6 @@ static int __devinit u300_pmx_probe(struct platform_device *pdev)
	int ret;
	int i;

	pr_err("U300 PMX PROBE\n");

	/* Create state holders etc for this driver */
	upmx = devm_kzalloc(&pdev->dev, sizeof(*upmx), GFP_KERNEL);
	if (!upmx)