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:
cbeb4b7
)
pps ktimer: remove noisy message
author
Rodolfo Giometti
<giometti@linux.it>
Tue, 25 Jan 2011 23:07:17 +0000
(15:07 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 26 Jan 2011 00:49:59 +0000
(10:49 +1000)
Signed-off-by: Rodolfo Giometti <giometti@linux.it>
Reported-by: Ingo Molnar <mingo@elte.hu>
Cc: Alexander Gordeev <lasaine@lvk.cs.msu.su>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/pps/clients/pps-ktimer.c
patch
|
blob
|
history
diff --git
a/drivers/pps/clients/pps-ktimer.c
b/drivers/pps/clients/pps-ktimer.c
index 2728469d388494031c401a8dcbb64028370a1612..82583b0ff82dac05efd9c1d495654ccd244419cc 100644
(file)
--- a/
drivers/pps/clients/pps-ktimer.c
+++ b/
drivers/pps/clients/pps-ktimer.c
@@
-46,8
+46,6
@@
static void pps_ktimer_event(unsigned long ptr)
/* First of all we get the time stamp... */
pps_get_ts(&ts);
- dev_info(pps->dev, "PPS event at %lu\n", jiffies);
-
pps_event(pps, &ts, PPS_CAPTUREASSERT, NULL);
mod_timer(&ktimer, jiffies + HZ);