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

Commit 92ade881 authored by Steve Hodgson's avatar Steve Hodgson Committed by Jeff Garzik
Browse files

sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word)

parent c8fcc49c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1007,7 +1007,7 @@ static void falcon_handle_global_event(struct efx_channel *channel,
		is_phy_event = true;

	if ((falcon_rev(efx) >= FALCON_REV_B0) &&
	    EFX_OWORD_FIELD(*event, XG_MNT_INTR_B0))
	    EFX_QWORD_FIELD(*event, XG_MNT_INTR_B0))
		is_phy_event = true;

	if (is_phy_event) {