Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129794
b: refs/heads/master
c: f5ba677
h: refs/heads/master
v: v3
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Jan 15, 2009
1 parent 0f775a1 commit e855977
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: a5f67a04d998b0b6e4beb1de8f1247dd93ac1ff4
refs/heads/master: f5ba6772f226be0266f95642c8162493246d3b79
2 changes: 1 addition & 1 deletion trunk/drivers/net/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2920,7 +2920,7 @@ static irqreturn_t bnx2x_msix_sp_int(int irq, void *dev_instance)
#define ADD_64(s_hi, a_hi, s_lo, a_lo) \
do { \
s_lo += a_lo; \
s_hi += a_hi + (s_lo < a_lo) ? 1 : 0; \
s_hi += a_hi + ((s_lo < a_lo) ? 1 : 0); \
} while (0)

/* difference = minuend - subtrahend */
Expand Down

0 comments on commit e855977

Please sign in to comment.