Page MenuHomeFreeBSD

D49156/new/.diff
No OneTemporary

D49156/new/.diff

diff --git a/sys/dev/ixgbe/ixgbe_mbx.c b/sys/dev/ixgbe/ixgbe_mbx.c
--- a/sys/dev/ixgbe/ixgbe_mbx.c
+++ b/sys/dev/ixgbe/ixgbe_mbx.c
@@ -297,7 +297,7 @@
u32 vf_mailbox = IXGBE_READ_REG(hw, IXGBE_VFMAILBOX);
vf_mailbox |= hw->mbx.vf_mailbox;
- hw->mbx.vf_mailbox |= vf_mailbox % IXGBE_VFMAILBOX_R2C_BITS;
+ hw->mbx.vf_mailbox |= vf_mailbox & IXGBE_VFMAILBOX_R2C_BITS;
return vf_mailbox;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 13, 10:59 PM (4 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38875669
Default Alt Text
D49156/new/.diff (398 B)

Event Timeline