Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325065
b: refs/heads/master
c: 50d6b9b
h: refs/heads/master
i:
  325063: 3faf5e9
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 10, 2012
1 parent a2bbede commit 8b93b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 102db1fc4a87668d0021395e6f7af996cf0c78d5
refs/heads/master: 50d6b9baa0f5fd3476fb1dacfd92da9e0348c3d6
8 changes: 1 addition & 7 deletions trunk/drivers/staging/wlan-ng/p80211netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -852,13 +852,7 @@ int wlan_unsetup(wlandevice_t *wlandev)
----------------------------------------------------------------*/
int register_wlandev(wlandevice_t *wlandev)
{
int i = 0;

i = register_netdev(wlandev->netdev);
if (i)
return i;

return 0;
return register_netdev(wlandev->netdev);
}

/*----------------------------------------------------------------
Expand Down

0 comments on commit 8b93b2f

Please sign in to comment.