Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15673
b: refs/heads/master
c: 96a71d5
h: refs/heads/master
i:
  15671: 29d6f01
v: v3
  • Loading branch information
Jeff Garzik committed Nov 5, 2005
1 parent ca58a23 commit d445503
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: 38b492a21ac1b0f0a5ebed69c9e2ee6f4202f574
refs/heads/master: 96a71d52bb91d9b386a60f904956420f98946dd3
2 changes: 1 addition & 1 deletion trunk/drivers/net/8139too.c
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ static void rtl8139_thread (void *_data)
struct net_device *dev = _data;
struct rtl8139_private *tp = netdev_priv(dev);

if (rtnl_lock_interruptible() == 0) {
if (rtnl_shlock_nowait() == 0) {
rtl8139_thread_iter (dev, tp, tp->mmio_addr);
rtnl_unlock ();
}
Expand Down

0 comments on commit d445503

Please sign in to comment.