Merge "pps-gpio: Timestamp alignment with boottime"

This commit is contained in:
Linux Build Service Account 2017-04-06 14:33:06 -07:00 committed by Gerrit - the friendly Code Review server
commit d7dac6fbf0

View file

@ -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;