Skip to content

Commit

Permalink
git-netdev-all: chelsio fix
Browse files Browse the repository at this point in the history
Cc: "Sunil Naidu" <akula2.shark@gmail.com>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Andrew Morton authored and Jeff Garzik committed Feb 5, 2007
1 parent 01243ec commit b9662d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 b9662d0

Please sign in to comment.