pps ktimer: remove noisy message
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>
This commit is contained in:
parent
cbeb4b7ad5
commit
a783ac4453
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue