Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219363
b: refs/heads/master
c: 0760313
h: refs/heads/master
i:
  219361: 53f4e17
  219359: a2a660a
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent cb5bec3 commit d056de6
Show file tree
Hide file tree
Showing 2 changed files with 7 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: eafea210719067eee084c047503830c59ae2107b
refs/heads/master: 076031310b182ce89cea861982ff49ed6799767a
7 changes: 6 additions & 1 deletion trunk/drivers/media/video/saa7164/saa7164-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,12 @@ static irqreturn_t saa7164_irq_encoder(struct saa7164_port *port)
return 0;
}

/* Sore old time */
if (rp != ((port->last_irq_rp + 1) % 8)) {
printk(KERN_ERR "%s() Multiple bufs on interrupt, port %p\n",
__func__, port);
}

/* Store old time */
port->last_irq_msecs_diff = port->last_irq_msecs;

/* Collect new stats */
Expand Down

0 comments on commit d056de6

Please sign in to comment.