diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-04-06 14:33:06 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-06 14:33:06 -0700 |
| commit | d7dac6fbf00a7051fa6a245752449f07ade78627 (patch) | |
| tree | c825efbf2688e7dad30ab539e1162cb0d8fdd1e1 | |
| parent | 41941e18ba1f26affbcd6feeabb9b032989c102b (diff) | |
| parent | 08f9cd2ae7f35a3d7a05dc86aa6cdbf804fab28b (diff) | |
Merge "pps-gpio: Timestamp alignment with boottime"
| -rw-r--r-- | drivers/pps/clients/pps-gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pps/clients/pps-gpio.c b/drivers/pps/clients/pps-gpio.c index 333ad7d5b45b..da72b0b59c3a 100644 --- a/drivers/pps/clients/pps-gpio.c +++ b/drivers/pps/clients/pps-gpio.c @@ -57,7 +57,7 @@ static irqreturn_t pps_gpio_irq_handler(int irq, void *data) int rising_edge; /* Get the time stamp first */ - pps_get_ts(&ts); + get_monotonic_boottime(&ts.ts_real); info = data; |
