Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193075
b: refs/heads/master
c: f3cd385
h: refs/heads/master
i:
  193073: 68a13a0
  193071: 9d53dfa
v: v3
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 60a04a9 commit 7819b56
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: 5a11b6fe5d5ff146d951bc237c0e3f0330711baa
refs/heads/master: f3cd385a9c95e1ea90e886448ab1e83ee2fc7e51
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/v4l2-event.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ static struct v4l2_subscribed_event *v4l2_event_subscribed(
struct v4l2_events *events = fh->events;
struct v4l2_subscribed_event *sev;

WARN_ON(!spin_is_locked(&fh->vdev->fh_lock));
assert_spin_locked(&fh->vdev->fh_lock);

list_for_each_entry(sev, &events->subscribed, list) {
if (sev->type == type)
Expand Down

0 comments on commit 7819b56

Please sign in to comment.