Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19073
b: refs/heads/master
c: 489f445
h: refs/heads/master
i:
  19071: 052bce8
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Jan 30, 2006
1 parent 2c266dc commit e812658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 17ed081deed479702ee4896f6de40aa32ecd6644
refs/heads/master: 489f4458cd98592d0bc527d4a5ac1c1393aaf254
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -11124,8 +11124,8 @@ static void ipw_pci_remove(struct pci_dev *pdev)
/* Free MAC hash list for ADHOC */
for (i = 0; i < IPW_IBSS_MAC_HASH_SIZE; i++) {
list_for_each_safe(p, q, &priv->ibss_mac_hash[i]) {
kfree(list_entry(p, struct ipw_ibss_seq, list));
list_del(p);
kfree(list_entry(p, struct ipw_ibss_seq, list));
}
}

Expand Down

0 comments on commit e812658

Please sign in to comment.