Merge "pps-gpio: Timestamp alignment with boottime"
This commit is contained in:
commit
d7dac6fbf0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue