Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268282
b: refs/heads/master
c: 7bcd9ce
h: refs/heads/master
v: v3
  • Loading branch information
Ali Bahar authored and Greg Kroah-Hartman committed Sep 7, 2011
1 parent 406e64a commit abf6b68
Show file tree
Hide file tree
Showing 4 changed files with 3 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: 7c1f4203a2883c50e2d754b176fcfcd5be34549b
refs/heads/master: 7bcd9ce6de23fc11c7cfe42b4d541922b77d6867
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8712/os_intfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ u8 r8712_free_drv_sw(struct _adapter *padapter)
_r8712_free_recv_priv(&padapter->recvpriv);
mp871xdeinit(padapter);
if (pnetdev)
os_free_netdev(pnetdev);
free_netdev(pnetdev);
return _SUCCESS;
}

Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/staging/rtl8712/osdep_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ struct __queue {
spin_lock_init(&((pqueue)->lock)); \
} while (0)

static inline void os_free_netdev(struct net_device *dev)
{
free_netdev(dev);
}

static inline struct list_head *get_next(struct list_head *list)
{
return list->next;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8712/usb_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ static int r871xu_drv_init(struct usb_interface *pusb_intf,
if (padapter->dvobj_deinit != NULL)
padapter->dvobj_deinit(padapter);
if (pnetdev)
os_free_netdev(pnetdev);
free_netdev(pnetdev);
return -ENODEV;
}

Expand Down

0 comments on commit abf6b68

Please sign in to comment.