projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
592091c
)
x86: Remove pr_<level> uses of KERN_<level>
author
Joe Perches
<joe@perches.com>
Sun, 12 Sep 2010 05:10:54 +0000
(22:10 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 12 Sep 2010 07:32:31 +0000
(09:32 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Jiri Kosina <trivial@kernel.org>
LKML-Reference: <
d40c60f4b036a26db8492848695bdafaa3b42791
.
1284267142
.git.joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apb_timer.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/apb_timer.c
b/arch/x86/kernel/apb_timer.c
index 8dd77800ff5d7b444742ae02cc5168ccf8855fcd..4004417a6b53a9703107c1173464c2c4d4c4e9f2 100644
(file)
--- a/
arch/x86/kernel/apb_timer.c
+++ b/
arch/x86/kernel/apb_timer.c
@@
-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;
}
@@
-552,7
+552,7
@@
bad_count:
pr_debug("APB CS going back %lx:%lx:%lx ",
t2, last_read, t2 - last_read);
bad_count_x3:
- pr_debug(
KERN_INFO "trip
ple check enforced\n");
+ pr_debug(
"tri
ple check enforced\n");
t0 = apbt_readl(phy_cs_timer_id,
APBTMR_N_CURRENT_VALUE);
udelay(1);