mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08: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;
|
is_phy_event = true;
|
||||||
|
|
||||||
if ((falcon_rev(efx) >= FALCON_REV_B0) &&
|
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;
|
is_phy_event = true;
|
||||||
|
|
||||||
if (is_phy_event) {
|
if (is_phy_event) {
|
||||||
|
Loading…
Reference in New Issue
Block a user