Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304359
b: refs/heads/master
c: c5714b5
h: refs/heads/master
i:
  304357: 7166b77
  304355: a91b19e
  304351: a852183
v: v3
  • Loading branch information
Jesper Juhl authored and Greg Kroah-Hartman committed Apr 18, 2012
1 parent fac8896 commit 6671d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a6c8ef9526f149ce884b36841cc2e17ca890f1a4
refs/heads/master: c5714b5acfb0ea7816340ba37bb8631c7061448e
5 changes: 1 addition & 4 deletions trunk/drivers/staging/media/as102/as102_fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,8 @@ int as102_fw_upload(struct as10x_bus_adapter_t *bus_adap)
pr_info("%s: firmware: %s loaded with success\n",
DRIVER_NAME, fw2);
error:
/* free data buffer */
kfree(cmd_buf);
/* release firmware if needed */
if (firmware != NULL)
release_firmware(firmware);
release_firmware(firmware);

LEAVE();
return errno;
Expand Down

0 comments on commit 6671d6c

Please sign in to comment.