Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75266
b: refs/heads/master
c: 8621626
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jan 4, 2008
1 parent 3f864ca commit cb7ab37
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: d011a231675b240157a3c335dd53e9b849d7d30d
refs/heads/master: 86216268b9cdad57f9aa540ebf49cbae2f38b583
4 changes: 2 additions & 2 deletions trunk/drivers/net/cassini.c
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,7 @@ static int cas_poll(struct napi_struct *napi, int budget)
{
struct cas *cp = container_of(napi, struct cas, napi);
struct net_device *dev = cp->dev;
int i, enable_intr, todo, credits;
int i, enable_intr, credits;
u32 status = readl(cp->regs + REG_INTR_STATUS);
unsigned long flags;

Expand Down Expand Up @@ -4350,7 +4350,7 @@ static int cas_close(struct net_device *dev)
struct cas *cp = netdev_priv(dev);

#ifdef USE_NAPI
napi_enable(&cp->napi);
napi_disable(&cp->napi);
#endif
/* Make sure we don't get distracted by suspend/resume */
mutex_lock(&cp->pm_mutex);
Expand Down

0 comments on commit cb7ab37

Please sign in to comment.