Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352827
b: refs/heads/master
c: b53cf45
h: refs/heads/master
i:
  352825: 4c3733f
  352823: bcded86
v: v3
  • Loading branch information
Kumar Amit Mehta authored and John W. Linville committed Feb 18, 2013
1 parent f55f2d0 commit 48b3ff7
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: 488ec878034eccb852267b0e27ce9d511f75c587
refs/heads/master: b53cf458ea20dd7f5e32611366f63728e40c9021
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/hostap/hostap_ap.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ int ap_control_add_mac(struct mac_restrictions *mac_restrictions, u8 *mac)

entry = kmalloc(sizeof(struct mac_entry), GFP_KERNEL);
if (entry == NULL)
return -1;
return -ENOMEM;

memcpy(entry->addr, mac, ETH_ALEN);

Expand Down

0 comments on commit 48b3ff7

Please sign in to comment.