Skip to content

Commit 58d6475

Browse files
committed
microblaze: Remove early printk call from cpuinfo-static.c
Early printk has been removed already that's why also remove calling it. Similar change has been done in cpuinfo-pvr-full.c by commit cfbd8d1 ("microblaze: Remove early printk setup"). Fixes: 96f0e6f ("microblaze: remove redundant early_printk support") Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/2f10db506be8188fa07b6ec331caca01af1b10f8.1712824039.git.michal.simek@amd.com
1 parent edc66cf commit 58d6475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/microblaze/kernel/cpu/cpuinfo-static.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static const char family_string[] = CONFIG_XILINX_MICROBLAZE0_FAMILY;
1818
static const char cpu_ver_string[] = CONFIG_XILINX_MICROBLAZE0_HW_VER;
1919

2020
#define err_printk(x) \
21-
early_printk("ERROR: Microblaze " x "-different for kernel and DTS\n");
21+
pr_err("ERROR: Microblaze " x "-different for kernel and DTS\n");
2222

2323
void __init set_cpuinfo_static(struct cpuinfo *ci, struct device_node *cpu)
2424
{

0 commit comments

Comments
 (0)