Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187950
b: refs/heads/master
c: b96b894
h: refs/heads/master
v: v3
  • Loading branch information
Figo.zhang authored and David S. Miller committed Mar 7, 2010
1 parent 744abe1 commit 2452aae
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: 3a22813a5aaf8e8c72be575dabe0ba26f9352f4d
refs/heads/master: b96b894c518bc7399e6b86b635b5e8cd7356a8e9
2 changes: 1 addition & 1 deletion trunk/drivers/net/arm/ks8695net.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,9 @@ static int ks8695_poll(struct napi_struct *napi, int budget)
if (work_done < budget) {
unsigned long flags;
spin_lock_irqsave(&ksp->rx_lock, flags);
__napi_complete(napi);
/*enable rx interrupt*/
writel(isr | mask_bit, KS8695_IRQ_VA + KS8695_INTEN);
__napi_complete(napi);
spin_unlock_irqrestore(&ksp->rx_lock, flags);
}
return work_done;
Expand Down

0 comments on commit 2452aae

Please sign in to comment.