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

Commit d7dac6fb 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 41941e18 08f9cd2a
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;