Skip to content

Commit

Permalink
x86: Remove pr_<level> uses of KERN_<level>
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <[email protected]>
Cc: Jiri Kosina <[email protected]>
LKML-Reference: <d40c60f4b036a26db8492848695bdafaa3b42791.1284267142.git.joe@perches.com>
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
JoePerches authored and Ingo Molnar committed Sep 12, 2010
1 parent 592091c commit d0ed0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/x86/kernel/apb_timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ static int apbt_cpuhp_notify(struct notifier_block *n,
}
break;
default:
pr_debug(KERN_INFO "APBT notified %lu, no action\n", action);
pr_debug("APBT notified %lu, no action\n", action);
}
return NOTIFY_OK;
}
Expand Down Expand Up @@ -552,7 +552,7 @@ static cycle_t apbt_read_clocksource(struct clocksource *cs)
pr_debug("APB CS going back %lx:%lx:%lx ",
t2, last_read, t2 - last_read);
bad_count_x3:
pr_debug(KERN_INFO "tripple check enforced\n");
pr_debug("triple check enforced\n");
t0 = apbt_readl(phy_cs_timer_id,
APBTMR_N_CURRENT_VALUE);
udelay(1);
Expand Down

0 comments on commit d0ed0c3

Please sign in to comment.