Commit 5f304f8c authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

pinctrl: sh-pfc: Correct printk level of group reference warning



Improve wording while at it.

Fixes: 6161b39a ("pinctrl: sh-pfc: Validate pinmux tables at runtime when debugging")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent a188339c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -803,7 +803,7 @@ static void sh_pfc_check_info(const struct sh_pfc_soc_info *info)
			       info->groups[i].name);
			sh_pfc_errors++;
		} else if (refcnts[i] > 1) {
			pr_err("%s: group %s referred by %u functions\n",
			pr_warn("%s: group %s referenced by %u functions\n",
				drvname, info->groups[i].name, refcnts[i]);
			sh_pfc_warnings++;
		}