Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32709
b: refs/heads/master
c: caa0371
h: refs/heads/master
i:
  32707: d2e8464
v: v3
  • Loading branch information
Stephen Hemminger authored and Jeff Garzik committed Jul 17, 2006
1 parent 3265345 commit 237bf0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 83b0fe818cd2f6cc03365440f2b7cca297a45b4f
refs/heads/master: caa0371e8b7391919d984672c887f660a6117f67
7 changes: 2 additions & 5 deletions trunk/drivers/net/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#include "sky2.h"

#define DRV_NAME "sky2"
#define DRV_VERSION "1.4"
#define DRV_VERSION "1.5"
#define PFX DRV_NAME " "

/*
Expand Down Expand Up @@ -2204,9 +2204,6 @@ static int sky2_poll(struct net_device *dev0, int *budget)
int work_done = 0;
u32 status = sky2_read32(hw, B0_Y2_SP_EISR);

if (!~status)
goto out;

if (status & Y2_IS_HW_ERR)
sky2_hw_intr(hw);

Expand Down Expand Up @@ -2243,7 +2240,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 237bf0d

Please sign in to comment.