Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306408
b: refs/heads/master
c: cb04af2
h: refs/heads/master
v: v3
  • Loading branch information
Ezequiel Garcia authored and Mauro Carvalho Chehab committed May 14, 2012
1 parent ac9beca commit b4893be
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 60332f033d4c8655e0afcea932e16d44646e82bf
refs/heads/master: cb04af205e4b1f0aaa9010726faf95da67f10152
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/em28xx/em28xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -3080,9 +3080,7 @@ static int em28xx_init_dev(struct em28xx *dev, struct usb_device *udev,

/* init video dma queues */
INIT_LIST_HEAD(&dev->vidq.active);
INIT_LIST_HEAD(&dev->vidq.queued);
INIT_LIST_HEAD(&dev->vbiq.active);
INIT_LIST_HEAD(&dev->vbiq.queued);

if (dev->board.has_msp34xx) {
/* Send a reset to other chips via gpio */
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/media/video/em28xx/em28xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ struct em28xx_buffer {

struct em28xx_dmaqueue {
struct list_head active;
struct list_head queued;

wait_queue_head_t wq;

Expand Down

0 comments on commit b4893be

Please sign in to comment.