Commit 01477f1c authored by Martin Hicks's avatar Martin Hicks Committed by Ben Collins

[PATCH] Remove sn2 debug printk

I accidentally left a debug printk in the sn2 timer_interrupt().
parent 94261f38
......@@ -48,7 +48,6 @@ sn_timer_interrupt(int irq, void *dev_id, struct pt_regs *regs)
if (!pda->hb_count--) {
pda->hb_count = HZ/2;
set_led_bits(pda->hb_state ^= LED_CPU_HEARTBEAT, LED_CPU_HEARTBEAT);
printk("Blink\n");
}
if (enable_shub_wars_1_1()) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment