Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265655
b: refs/heads/master
c: bfe2ed8
h: refs/heads/master
i:
  265653: ff90f62
  265651: ea7e145
  265647: f912466
v: v3
  • Loading branch information
Dan Carpenter authored and John W. Linville committed Aug 24, 2011
1 parent 39ca387 commit eb2527d
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: ba2d00e816a11b532e0c035e5cf7b9311e72ac00
refs/heads/master: bfe2ed8f4df2e7b6991c4039bb624dee5f8b6583
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/libertas/dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ static inline int lbs_iface_active(struct lbs_private *priv)
int r;

r = netif_running(priv->dev);
if (priv->mesh_dev);
r |= netif_running(priv->dev);
if (priv->mesh_dev)
r |= netif_running(priv->mesh_dev);

return r;
}
Expand Down

0 comments on commit eb2527d

Please sign in to comment.