Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357244
b: refs/heads/master
c: e003ae3
h: refs/heads/master
v: v3
  • Loading branch information
Ezequiel Garcia authored and Mauro Carvalho Chehab committed Jan 1, 2013
1 parent 7094ece commit 4bcb4c2
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: b858c331cdf402853be2c48c8f4f77173ef04da8
refs/heads/master: e003ae399c160e00c1a882dc6dd4f0ef855ae616
2 changes: 1 addition & 1 deletion trunk/drivers/media/usb/stk1160/stk1160-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct stk1160_buffer *stk1160_next_buffer(struct stk1160 *dev)
unsigned long flags = 0;

/* Current buffer must be NULL when this functions gets called */
BUG_ON(dev->isoc_ctl.buf);
WARN_ON(dev->isoc_ctl.buf);

spin_lock_irqsave(&dev->buf_lock, flags);
if (!list_empty(&dev->avail_bufs)) {
Expand Down

0 comments on commit 4bcb4c2

Please sign in to comment.