Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79533fd4 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Fix USR1/2 pvr printing message



Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 6e60c148
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -115,8 +115,8 @@ static int show_cpuinfo(struct seq_file *m, void *v)
			cpuinfo.hw_debug ? "yes" : "no");

	count += seq_printf(m,
			"PVR-USR1:\t%x\n"
			"PVR-USR2:\t%x\n",
			"PVR-USR1:\t%02x\n"
			"PVR-USR2:\t%08x\n",
			cpuinfo.pvr_user1,
			cpuinfo.pvr_user2);