Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27209
b: refs/heads/master
c: 26ec43f
h: refs/heads/master
i:
  27207: 715d0d6
v: v3
  • Loading branch information
Stephen Hemminger authored and Linus Torvalds committed Jun 13, 2006
1 parent 2a0fc97 commit 0477a22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f05267e7dee58741a4feb20d0351706ec64bb0b5
refs/heads/master: 26ec43f132d1cf282124a020b2bb5310496c9132
4 changes: 2 additions & 2 deletions trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -2181,7 +2181,7 @@ static int sky2_poll(struct net_device *dev0, int *budget)
u32 status = sky2_read32(hw, B0_Y2_SP_EISR);

if (!~status)
return 0;
goto out;

if (status & Y2_IS_HW_ERR)
sky2_hw_intr(hw);
Expand Down Expand Up @@ -2219,7 +2219,7 @@ static int sky2_poll(struct net_device *dev0, int *budget)

if (sky2_more_work(hw))
return 1;

out:
netif_rx_complete(dev0);

sky2_read32(hw, B0_Y2_SP_LISR);
Expand Down

0 comments on commit 0477a22

Please sign in to comment.