Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357327
b: refs/heads/master
c: 1b73ba0
h: refs/heads/master
i:
  357325: e665cff
  357323: fec8e23
  357319: 928d56d
  357311: 80b3540
v: v3
  • Loading branch information
Kamil Debski authored and Mauro Carvalho Chehab committed Jan 6, 2013
1 parent 971bbf7 commit 4331bd4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 317b4ca4982ea2429b75d0acd10445ec9475aa86
refs/heads/master: 1b73ba0be4aad87a0d195a6d433bb59ffe81e99a
4 changes: 2 additions & 2 deletions trunk/drivers/media/platform/s5p-mfc/s5p_mfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -855,16 +855,16 @@ static int s5p_mfc_open(struct file *file)
s5p_mfc_deinit_hw(dev);
err_init_hw:
err_load_fw:
dev->ctx[ctx->num] = NULL;
del_timer_sync(&dev->watchdog_timer);
err_pwr_enable:
if (dev->num_inst == 1) {
if (s5p_mfc_power_off() < 0)
mfc_err("power off failed\n");
del_timer_sync(&dev->watchdog_timer);
}
err_ctrls_setup:
s5p_mfc_dec_ctrls_delete(ctx);
err_bad_node:
dev->ctx[ctx->num] = NULL;
err_no_ctx:
v4l2_fh_del(&ctx->fh);
v4l2_fh_exit(&ctx->fh);
Expand Down

0 comments on commit 4331bd4

Please sign in to comment.