Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46559
b: refs/heads/master
c: b9662d0
h: refs/heads/master
i:
  46557: f079923
  46555: 77a1016
  46551: 5edc0b5
  46543: 5ec042a
  46527: b6c2cad
v: v3
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Feb 5, 2007
1 parent 3ffcd6d commit 5dde75c
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: 01243ecb794fc008155f257cc25b98e2b8e855e5
refs/heads/master: b9662d0e9ca3092e1473f27628fd60fa33b1a97a
2 changes: 1 addition & 1 deletion trunk/drivers/net/chelsio/sge.c
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ irqreturn_t t1_interrupt(int irq, void *cookie)

writel(F_PL_INTR_SGE_DATA, adapter->regs + A_PL_CAUSE);

if (likely(responses_pending(adapter))
if (likely(responses_pending(adapter)))
work_done = process_responses(adapter, -1);
else
work_done = t1_slow_intr_handler(adapter);
Expand Down

0 comments on commit 5dde75c

Please sign in to comment.