Skip to content

Commit 8cd9be2

Browse files
committed
quiet: topology.c use pr_info over pr_err (missing clock-frequency property)
Signed-off-by: Robert Nelson <[email protected]>
1 parent ad24068 commit 8cd9be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/kernel/topology.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ static void __init parse_dt_topology(void)
119119

120120
rate = of_get_property(cn, "clock-frequency", &len);
121121
if (!rate || len != 4) {
122-
pr_err("%s missing clock-frequency property\n",
122+
pr_info("%s missing clock-frequency property\n",
123123
cn->full_name);
124124
continue;
125125
}

0 commit comments

Comments
 (0)