Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357422
b: refs/heads/master
c: e825644
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent 397bb1b commit 9d9eeb5
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: 97466d0da3b08e087e517725ab56c7a2a2df706f
refs/heads/master: e82564475eab196b2e8a11572fff8e268329530e
3 changes: 1 addition & 2 deletions trunk/drivers/media/platform/s5p-mfc/s5p_mfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,7 @@ static void s5p_mfc_handle_stream_complete(struct s5p_mfc_ctx *ctx,

clear_work_bit(ctx);

if (test_and_clear_bit(0, &dev->hw_lock) == 0)
WARN_ON(1);
WARN_ON(test_and_clear_bit(0, &dev->hw_lock) == 0);

s5p_mfc_clock_off();
wake_up(&ctx->queue);
Expand Down

0 comments on commit 9d9eeb5

Please sign in to comment.