Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338050
b: refs/heads/master
c: 3c304fe
h: refs/heads/master
v: v3
  • Loading branch information
YAMANE Toshiaki authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 5dc4267 commit 9a000b0
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 39550d282342357e1d4227b4bc5b94fb9b1ab975
refs/heads/master: 3c304fe63bdd8bfebfcc9196467cd787355bd4d5
3 changes: 1 addition & 2 deletions trunk/drivers/staging/rtl8187se/ieee80211/ieee80211_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ static inline int ieee80211_networks_allocate(struct ieee80211_device *ieee)
MAX_NETWORK_COUNT, sizeof(struct ieee80211_network),
GFP_KERNEL);
if (!ieee->networks) {
printk(KERN_WARNING "%s: Out of memory allocating beacons\n",
ieee->dev->name);
netdev_warn(ieee->dev, "Out of memory allocating beacons\n");
return -ENOMEM;
}

Expand Down

0 comments on commit 9a000b0

Please sign in to comment.