Skip to content

Commit 6746faf

Browse files
committed
quiet: arch/arm/mach-omap2/voltage.c: legacy harmless
Signed-off-by: Robert Nelson <[email protected]>
1 parent 4527571 commit 6746faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-omap2/voltage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ int __init omap_voltage_late_init(void)
235235
struct voltagedomain *voltdm;
236236

237237
if (list_empty(&voltdm_list)) {
238-
pr_err("%s: Voltage driver support not added\n",
238+
pr_info("%s: Voltage driver support not added\n",
239239
__func__);
240240
return -EINVAL;
241241
}

0 commit comments

Comments
 (0)