Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119625
b: refs/heads/master
c: 7e5ab54
h: refs/heads/master
i:
  119623: f7b325f
v: v3
  • Loading branch information
Rémi Denis-Courmont authored and David S. Miller committed Nov 26, 2008
1 parent 7b89d52 commit 1eb13f9
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: 3ec192559033ed457f0d7856838654c100fc659f
refs/heads/master: 7e5ab54296a41f590c9cbc976e1c86272f3a7e00
2 changes: 1 addition & 1 deletion trunk/net/phonet/pn_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ int phonet_address_del(struct net_device *dev, u8 addr)
pnd = __phonet_get(dev);
if (!pnd || !test_and_clear_bit(addr >> 2, pnd->addrs))
err = -EADDRNOTAVAIL;
if (bitmap_empty(pnd->addrs, 64))
else if (bitmap_empty(pnd->addrs, 64))
__phonet_device_free(pnd);
spin_unlock_bh(&pndevs.lock);
return err;
Expand Down

0 comments on commit 1eb13f9

Please sign in to comment.