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

Commit 159ac073 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: pfc: Error out on pinctrl init resolution failure.



pinctrl support is required for correct operation, failure to locate
the init routine is fatal.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent a2d3afff
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -536,6 +536,9 @@ int register_sh_pfc(struct sh_pfc *pfc)

		if (unlikely(ret != 0))
			goto err;
	} else {
		pr_err("failed to initialize pinctrl bindings\n");
		goto err;
	}

	/*