Skip to content

Commit

Permalink
pps ktimer: remove noisy message
Browse files Browse the repository at this point in the history
Signed-off-by: Rodolfo Giometti <[email protected]>
Reported-by: Ingo Molnar <[email protected]>
Cc: Alexander Gordeev <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Rodolfo Giometti authored and torvalds committed Jan 26, 2011
1 parent cbeb4b7 commit a783ac4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/pps/clients/pps-ktimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a783ac4

Please sign in to comment.