Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357507
b: refs/heads/master
c: eb36209
h: refs/heads/master
i:
  357505: 64c4679
  357503: 9601f66
v: v3
  • Loading branch information
Kamil Debski authored and Mauro Carvalho Chehab committed Feb 6, 2013
1 parent 6a4fed2 commit 49826c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8cd5d42ac6d75143ab4bf44a15f76245a7f6c884
refs/heads/master: eb36209297b7aadbd3144c74cb79d35704c3086e
2 changes: 2 additions & 0 deletions trunk/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1534,6 +1534,8 @@ int vidioc_encoder_cmd(struct file *file, void *priv,
if (list_empty(&ctx->src_queue)) {
mfc_debug(2, "EOS: empty src queue, entering finishing state");
ctx->state = MFCINST_FINISHING;
if (s5p_mfc_ctx_ready(ctx))
set_work_bit_irqsave(ctx);
spin_unlock_irqrestore(&dev->irqlock, flags);
s5p_mfc_hw_call(dev->mfc_ops, try_run, dev);
} else {
Expand Down

0 comments on commit 49826c1

Please sign in to comment.