From 6fc1a702acf7913163011ff32806ec1c4aca21ef Mon Sep 17 00:00:00 2001 From: Rodolfo Giometti Date: Tue, 25 Jan 2011 15:07:17 -0800 Subject: [PATCH] --- yaml --- r: 232407 b: refs/heads/master c: a783ac4453405b579ab7732ba3c0efc07a4b7a61 h: refs/heads/master i: 232405: 74ef2293d02559ba3a0d7e3fd2abdfea83b673b8 232403: 32ae98270c451d5062d1c00b0de76d52f190e770 232399: 4d2f3e93062650871ba3608a74a952bc75c3bc06 v: v3 --- [refs] | 2 +- trunk/drivers/pps/clients/pps-ktimer.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 1858700efc9e..200f49117213 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cbeb4b7ad5346516d2ee726395eb5722b25a0a01 +refs/heads/master: a783ac4453405b579ab7732ba3c0efc07a4b7a61 diff --git a/trunk/drivers/pps/clients/pps-ktimer.c b/trunk/drivers/pps/clients/pps-ktimer.c index 2728469d3884..82583b0ff82d 100644 --- a/trunk/drivers/pps/clients/pps-ktimer.c +++ b/trunk/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);