Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364210
b: refs/heads/master
c: f3c8279
h: refs/heads/master
v: v3
  • Loading branch information
Syam Sidhardhan authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 724010c commit fe1ef0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: ef44d28c4fd94166ec6be054359ae26ba73b0291
refs/heads/master: f3c8279d694a5c2c455cdcb3323e2349b40c542f
3 changes: 1 addition & 2 deletions trunk/drivers/tty/ipwireless/hardware.c
Original file line number Diff line number Diff line change
Expand Up @@ -1732,8 +1732,7 @@ void ipwireless_hardware_free(struct ipw_hardware *hw)
flush_work(&hw->work_rx);

for (i = 0; i < NL_NUM_OF_ADDRESSES; i++)
if (hw->packet_assembler[i] != NULL)
kfree(hw->packet_assembler[i]);
kfree(hw->packet_assembler[i]);

for (i = 0; i < NL_NUM_OF_PRIORITIES; i++)
list_for_each_entry_safe(tp, tq, &hw->tx_queue[i], queue) {
Expand Down

0 comments on commit fe1ef0b

Please sign in to comment.