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

Commit 765a5e0c authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

debugobjects: printk with irqs enabled



No point in keeping interrupts disabled here.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 1fda107d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1051,10 +1051,10 @@ static int __init debug_objects_replace_static_objects(void)
			cnt++;
		}
	}
	local_irq_enable();

	printk(KERN_DEBUG "ODEBUG: %d of %d active objects replaced\n", cnt,
	       obj_pool_used);
	local_irq_enable();
	return 0;
free:
	hlist_for_each_entry_safe(obj, node, tmp, &objects, node) {