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

Commit d5306868 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "pps-gpio: Timestamp alignment with boottime"

parents 34062539 b4d65cc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;