summaryrefslogtreecommitdiffstats
path: root/drivers/sh
diff options
context:
space:
mode:
authorPaul Mundt2012-07-17 08:18:37 +0200
committerPaul Mundt2012-07-17 08:18:37 +0200
commit159ac0737e66f20a913248668d67444afde53b53 (patch)
tree9ce820f84583f14cb640f940117f075808bfc1a8 /drivers/sh
parentsh: pfc: Make pr_fmt consistent across pfc drivers. (diff)
downloadkernel-qcow2-linux-159ac0737e66f20a913248668d67444afde53b53.tar.gz
kernel-qcow2-linux-159ac0737e66f20a913248668d67444afde53b53.tar.xz
kernel-qcow2-linux-159ac0737e66f20a913248668d67444afde53b53.zip
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: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/sh')
-rw-r--r--drivers/sh/pfc/core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/sh/pfc/core.c b/drivers/sh/pfc/core.c
index b81d33535d24..68169373c98b 100644
--- a/drivers/sh/pfc/core.c
+++ b/drivers/sh/pfc/core.c
@@ -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;
}
/*