소스 검색

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>
Paul Mundt 13 년 전
부모
커밋
159ac0737e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      drivers/sh/pfc/core.c

+ 3 - 0
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;
 	}
 
 	/*