Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300846
b: refs/heads/master
c: c987ce9
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and John W. Linville committed Apr 12, 2012
1 parent 429d507 commit bc95adc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: ec71a07d1c042f2ddddc4463a9f7cfaf7adc4f71
refs/heads/master: c987ce93ad7f96ca637d1f866ff22cfcbfe99d47
6 changes: 2 additions & 4 deletions trunk/drivers/net/wireless/at76c50x-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2512,10 +2512,8 @@ static void __exit at76_mod_exit(void)

printk(KERN_INFO DRIVER_DESC " " DRIVER_VERSION " unloading\n");
usb_deregister(&at76_driver);
for (i = 0; i < ARRAY_SIZE(firmwares); i++) {
if (firmwares[i].fw)
release_firmware(firmwares[i].fw);
}
for (i = 0; i < ARRAY_SIZE(firmwares); i++)
release_firmware(firmwares[i].fw);
led_trigger_unregister_simple(ledtrig_tx);
}

Expand Down

0 comments on commit bc95adc

Please sign in to comment.