Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a783ac44 authored by Rodolfo Giometti's avatar Rodolfo Giometti Committed by Linus Torvalds
Browse files

pps ktimer: remove noisy message



Signed-off-by: default avatarRodolfo Giometti <giometti@linux.it>
Reported-by: default avatarIngo Molnar <mingo@elte.hu>
Cc: Alexander Gordeev <lasaine@lvk.cs.msu.su>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cbeb4b7a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);