mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
sfc: Don't use EFX_OWORD_FIELD on an event (64-bit, quad-word)
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
parent
c8fcc49c54
commit
92ade881b2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user