Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306164
b: refs/heads/master
c: b803cc5
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Mauro Carvalho Chehab committed Apr 19, 2012
1 parent 5d79ed6 commit 19c06b8
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: 0a3475eb618321013dab9ac744201ed09e8061f9
refs/heads/master: b803cc58c33c0c5b6220150336a6f1c7958f1404
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 19c06b8

Please sign in to comment.