Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288207
b: refs/heads/master
c: 7be0815
h: refs/heads/master
i:
  288205: d74ea9c
  288203: f32bc3f
  288199: 3da37f2
  288191: e3453ba
v: v3
  • Loading branch information
Gabor Juhos authored and John W. Linville committed Feb 21, 2012
1 parent 53e84a6 commit 1cacd03
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9bbb8168ed3d8b946f9c1901a63a675012de88f2
refs/heads/master: 7be081539e540517d5e1fcbf96b8080074afbf08
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/rt2x00/rt2x00dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,8 @@ void rt2x00lib_remove_dev(struct rt2x00_dev *rt2x00dev)
cancel_work_sync(&rt2x00dev->rxdone_work);
cancel_work_sync(&rt2x00dev->txdone_work);
}
destroy_workqueue(rt2x00dev->workqueue);
if (rt2x00dev->workqueue)
destroy_workqueue(rt2x00dev->workqueue);

/*
* Free the tx status fifo.
Expand Down

0 comments on commit 1cacd03

Please sign in to comment.