Re: [PATCH] KVM: arm64: Fix order of arguments to ktime_get_snapshot_id()
From: Thomas Gleixner
Date: Thu Jun 04 2026 - 05:51:47 EST
On Thu, Jun 04 2026 at 11:27, Uwe Kleine-König wrote:
> The first argument to ktime_get_snapshot_id() is the clock ID and the
> second output parameter. Fix the caller that reversed the order and thus
> fix a compiler error.
I've already squashed a fix earlier today