Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57657
b: refs/heads/master
c: d43fb8e
h: refs/heads/master
i:
  57655: 8a12d19
v: v3
  • Loading branch information
Marcelo Tosatti authored and John W. Linville committed Jun 11, 2007
1 parent 6c9ba9d commit 890324b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 0e37275e9af07be6aa796b3ee981054525980b74
refs/heads/master: d43fb8ee3dab261e475d4f5189cf86182139b7f4
7 changes: 2 additions & 5 deletions trunk/drivers/net/wireless/libertas/if_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -970,15 +970,12 @@ static int if_usb_init_module(void)

static void if_usb_exit_module(void)
{
struct list_head *ptr;
struct usb_card_rec *cardp;
struct usb_card_rec *cardp, *cardp_temp;

lbs_deb_enter(LBS_DEB_MAIN);

list_for_each(ptr, &usb_devices) {
cardp = list_entry(ptr, struct usb_card_rec, list);
list_for_each_entry_safe(cardp, cardp_temp, &usb_devices, list)
if_usb_reset_device((wlan_private *) cardp->priv);
}

/* API unregisters the driver from USB subsystem */
usb_deregister(&if_usb_driver);
Expand Down

0 comments on commit 890324b

Please sign in to comment.