Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357416
b: refs/heads/master
c: 33133ea
h: refs/heads/master
v: v3
  • Loading branch information
Kamil Debski authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent a0fb6e8 commit e9cc749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ba1066d2e9686a5c96c5c0dfcbda7f874fa7b88d
refs/heads/master: 33133ea7aca7eedf8b1b4cee514c76dce7654a8c
2 changes: 1 addition & 1 deletion trunk/drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ int s5p_mfc_reload_firmware(struct s5p_mfc_dev *dev)
release_firmware(fw_blob);
return -ENOMEM;
}
if (dev->fw_virt_addr) {
if (!dev->fw_virt_addr) {
mfc_err("MFC firmware is not allocated\n");
release_firmware(fw_blob);
return -EINVAL;
Expand Down

0 comments on commit e9cc749

Please sign in to comment.