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

Commit b4055d73 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin arch: remove spurious KERN_EMERG log level in output

parent 07bdda02
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -598,8 +598,7 @@ void dump_bfin_regs(struct pt_regs *fp, void *retaddr)
		unsigned short x = 0;
		for (; i < ((unsigned int)retaddr & 0xFFFFFFF0) + 32; i += 2) {
			if (!(i & 0xF))
				printk(KERN_EMERG "\n" KERN_EMERG
					"0x%08x: ", i);
				printk("\n" KERN_EMERG "0x%08x: ", i);

			if (get_user(x, (unsigned short *)i))
				break;