Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310756
b: refs/heads/master
c: 7dbb491
h: refs/heads/master
v: v3
  • Loading branch information
françois romieu authored and David S. Miller committed Jun 11, 2012
1 parent c8277de commit 150bc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8876d6b5f81f4e242a6660da22bbd92f17a8d058
refs/heads/master: 7dbb491878a2c51d372a8890fa45a8ff80358af1
6 changes: 1 addition & 5 deletions trunk/drivers/net/ethernet/realtek/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -5889,11 +5889,7 @@ static void rtl_slow_event_work(struct rtl8169_private *tp)
if (status & LinkChg)
__rtl8169_check_link_status(dev, tp, tp->mmio_addr, true);

napi_disable(&tp->napi);
rtl_irq_disable(tp);

napi_enable(&tp->napi);
napi_schedule(&tp->napi);
rtl_irq_enable_all(tp);
}

static void rtl_task(struct work_struct *work)
Expand Down

0 comments on commit 150bc4a

Please sign in to comment.