Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126559
b: refs/heads/master
c: 4af12e5
h: refs/heads/master
i:
  126557: 1e481f7
  126555: 9b1dacb
  126551: e163072
  126543: 8d49a09
  126527: d40fc29
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent 685e1fc commit b43ab87
Show file tree
Hide file tree
Showing 2 changed files with 5 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: c8b2b70b4334acbbc4daa445aa21b1fe6d337ac3
refs/heads/master: 4af12e55a5f5e8d0d6d9390a592daa789a181e36
7 changes: 4 additions & 3 deletions trunk/drivers/staging/winbond/linux/wbusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ static int wb35_probe(struct usb_interface *intf, const struct usb_device_id *id
error_free_adapter:
kfree(adapter);
error:
usb_put_dev(udev);
return err;
}

Expand Down Expand Up @@ -308,12 +309,12 @@ void packet_came(char *pRxBufferAddress, int PacketSize)

static void wb35_disconnect(struct usb_interface *intf)
{
struct wb35_adapter * adapter = usb_get_intfdata(intf);
usb_set_intfdata(intf, NULL);
struct wb35_adapter *adapter = usb_get_intfdata(intf);

// Card remove
WbWlanHalt(adapter);

usb_set_intfdata(intf, NULL);
usb_put_dev(interface_to_usbdev(intf));
}

static struct usb_driver wb35_driver = {
Expand Down

0 comments on commit b43ab87

Please sign in to comment.