Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324471
b: refs/heads/master
c: 08fb73c
h: refs/heads/master
i:
  324469: 5c49121
  324467: ef0abef
  324463: ce55c76
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Aug 14, 2012
1 parent f18446e commit 5da47c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 2dd58c9d8de3858c51a2f903cc40c0d919a7ce27
refs/heads/master: 08fb73c1c842d32c15806bd9ae89531d5b0e31ea
4 changes: 1 addition & 3 deletions trunk/drivers/staging/csr/firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,7 @@ int uf_release_firmware_files(unifi_priv_t *priv)
int uf_release_firmware(unifi_priv_t *priv, struct dlpriv *to_free)
{
if (to_free != NULL) {
if (to_free->fw_desc != NULL) {
release_firmware((const struct firmware *)to_free->fw_desc);
}
release_firmware((const struct firmware *)to_free->fw_desc);
to_free->fw_desc = NULL;
to_free->dl_data = NULL;
to_free->dl_len = 0;
Expand Down

0 comments on commit 5da47c9

Please sign in to comment.