Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188868
b: refs/heads/master
c: 4c3a822
h: refs/heads/master
v: v3
  • Loading branch information
Greg Rose authored and David S. Miller committed Mar 20, 2010
1 parent 749d6ae commit 1a713e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33bd9f601ea21c4389870e425ae4eaf210d49b95
refs/heads/master: 4c3a822395c01d50ca2ba3aa4529e19d237a2f8c
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbevf/ixgbevf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ static irqreturn_t ixgbevf_msix_mbx(int irq, void *data)

if ((msg & IXGBE_MBVFICR_VFREQ_MASK) == IXGBE_PF_CONTROL_MSG)
mod_timer(&adapter->watchdog_timer,
round_jiffies(jiffies + 10));
round_jiffies(jiffies + 1));

return IRQ_HANDLED;
}
Expand Down

0 comments on commit 1a713e8

Please sign in to comment.