Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242613
b: refs/heads/master
c: 3bf184a
h: refs/heads/master
i:
  242611: d679643
v: v3
  • Loading branch information
Joe Gunn authored and John W. Linville committed Mar 21, 2011
1 parent 2db9c78 commit 489050b
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: f8a22a2b165c79a46e275097fcadab7fd151c504
refs/heads/master: 3bf184a7e96ff21965fa524260f60af8ab4d9133
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/orinoco/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1376,13 +1376,13 @@ static void orinoco_process_scan_results(struct work_struct *work)

spin_lock_irqsave(&priv->scan_lock, flags);
list_for_each_entry_safe(sd, temp, &priv->scan_list, list) {
spin_unlock_irqrestore(&priv->scan_lock, flags);

buf = sd->buf;
len = sd->len;
type = sd->type;

list_del(&sd->list);
spin_unlock_irqrestore(&priv->scan_lock, flags);
kfree(sd);

if (len > 0) {
Expand Down

0 comments on commit 489050b

Please sign in to comment.