Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300851
b: refs/heads/master
c: f512311
h: refs/heads/master
i:
  300849: d66ee0d
  300847: bb81aae
v: v3
  • Loading branch information
Jesper Juhl authored and John W. Linville committed Apr 12, 2012
1 parent 1da1ba5 commit 8078c59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: 4fb25c5914e0c79e236a327833af7f581225f790
refs/heads/master: f5123117091995b94e17c44a43cbf4b5dd736319
7 changes: 2 additions & 5 deletions trunk/drivers/net/wireless/orinoco/fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,8 @@ void orinoco_cache_fw(struct orinoco_private *priv, int ap)

void orinoco_uncache_fw(struct orinoco_private *priv)
{
if (priv->cached_pri_fw)
release_firmware(priv->cached_pri_fw);
if (priv->cached_fw)
release_firmware(priv->cached_fw);

release_firmware(priv->cached_pri_fw);
release_firmware(priv->cached_fw);
priv->cached_pri_fw = NULL;
priv->cached_fw = NULL;
}
Expand Down

0 comments on commit 8078c59

Please sign in to comment.