Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71809
b: refs/heads/master
c: e0579d5
h: refs/heads/master
i:
  71807: 0b7a360
v: v3
  • Loading branch information
Marc Pignat authored and John W. Linville committed Oct 18, 2007
1 parent efc2e58 commit 7b9f015
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 208eec88639a61002bb140dc5c64984684c2705d
refs/heads/master: e0579d576cb894a4cf3c5af04fbf38e8c1281738
7 changes: 5 additions & 2 deletions trunk/drivers/net/wireless/zd1211rw/zd_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1044,14 +1044,17 @@ static int probe(struct usb_interface *intf, const struct usb_device_id *id)
static void disconnect(struct usb_interface *intf)
{
struct net_device *netdev = zd_intf_to_netdev(intf);
struct zd_mac *mac = zd_netdev_mac(netdev);
struct zd_usb *usb = &mac->chip.usb;
struct zd_mac *mac;
struct zd_usb *usb;

/* Either something really bad happened, or we're just dealing with
* a DEVICE_INSTALLER. */
if (netdev == NULL)
return;

mac = zd_netdev_mac(netdev);
usb = &mac->chip.usb;

dev_dbg_f(zd_usb_dev(usb), "\n");

zd_netdev_disconnect(netdev);
Expand Down

0 comments on commit 7b9f015

Please sign in to comment.