Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149997
b: refs/heads/master
c: eb1a685
h: refs/heads/master
i:
  149995: e697c88
v: v3
  • Loading branch information
Jussi Kivilinna authored and John W. Linville committed Apr 22, 2009
1 parent f83a932 commit eb8e474
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 8d4d99ae89a8845a1d63b0529dd98da28dc0ff65
refs/heads/master: eb1a685e07310b5137c561e25ab738292db2c8a5
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/rndis_wlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -2449,8 +2449,8 @@ static int rndis_wext_bind(struct usbnet *usbdev, struct usb_interface *intf)
set_wiphy_dev(wiphy, &usbdev->udev->dev);

if (wiphy_register(wiphy)) {
wiphy_free(wiphy);
return -ENODEV;
retval = -ENODEV;
goto fail;
}

set_default_iw_params(usbdev);
Expand All @@ -2472,7 +2472,7 @@ static int rndis_wext_bind(struct usbnet *usbdev, struct usb_interface *intf)
flush_workqueue(priv->workqueue);
destroy_workqueue(priv->workqueue);

kfree(priv);
wiphy_free(wiphy);
return retval;
}

Expand Down

0 comments on commit eb8e474

Please sign in to comment.