Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57095
b: refs/heads/master
c: a76193d
h: refs/heads/master
i:
  57093: 8eb72c0
  57091: a948d3b
  57087: c4afeac
v: v3
  • Loading branch information
Akinobu Mita authored and John W. Linville committed May 29, 2007
1 parent e029010 commit 29472e7
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: 20c9d198731f440eaad6fafd00fe7ccfcd443a84
refs/heads/master: a76193df7c7b60f9facb4090c5ec082e06582209
2 changes: 1 addition & 1 deletion trunk/net/ieee80211/ieee80211_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ struct net_device *alloc_ieee80211(int sizeof_priv)

dev = alloc_etherdev(sizeof(struct ieee80211_device) + sizeof_priv);
if (!dev) {
IEEE80211_ERROR("Unable to network device.\n");
IEEE80211_ERROR("Unable to allocate network device.\n");
goto failed;
}
ieee = netdev_priv(dev);
Expand Down

0 comments on commit 29472e7

Please sign in to comment.