Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366532
b: refs/heads/master
c: 2da8eab
h: refs/heads/master
v: v3
  • Loading branch information
Syam Sidhardhan authored and Mauro Carvalho Chehab committed Mar 18, 2013
1 parent 9e4afa1 commit ec1dd3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: bf30690029a3b8572a6fc2facb77fbde86992988
refs/heads/master: 2da8eab97544266020a8cddb2936237abbb93859
3 changes: 1 addition & 2 deletions trunk/drivers/media/common/siano/smscoreapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -719,8 +719,7 @@ void smscore_unregister_device(struct smscore_device_t *coredev)
dma_free_coherent(NULL, coredev->common_buffer_size,
coredev->common_buffer, coredev->common_buffer_phys);

if (coredev->fw_buf != NULL)
kfree(coredev->fw_buf);
kfree(coredev->fw_buf);

list_del(&coredev->entry);
kfree(coredev);
Expand Down

0 comments on commit ec1dd3b

Please sign in to comment.