diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/sh/pfc/core.c | 3 |
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) | |||
536 | 536 | ||
537 | if (unlikely(ret != 0)) | 537 | if (unlikely(ret != 0)) |
538 | goto err; | 538 | goto err; |
539 | } else { | ||
540 | pr_err("failed to initialize pinctrl bindings\n"); | ||
541 | goto err; | ||
539 | } | 542 | } |
540 | 543 | ||
541 | /* | 544 | /* |