Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13439
b: refs/heads/master
c: 6c3d67a
h: refs/heads/master
i:
  13437: 4534aee
  13435: 9adaee2
  13431: 5555d11
  13423: bfffbfc
  13407: 675efe5
  13375: 2dd02c0
  13311: 8c11522
v: v3
  • Loading branch information
Hans J. Koch authored and Linus Torvalds committed Nov 9, 2005
1 parent b385ed4 commit 93e7cd1
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: 4ac95af9a0bdc33f18e6a7532ac5319b2d4ab8c2
refs/heads/master: 6c3d67abdb79ff3e22cd19476c05294274434143
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/saa6588.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ static void block_to_buf(struct saa6588 *s, unsigned char *blockbuf)
s->wr_index = 0;

if (s->wr_index == s->rd_index) {
s->rd_index++;
s->rd_index += 3;
if (s->rd_index >= s->buf_size)
s->rd_index = 0;
} else
Expand Down

0 comments on commit 93e7cd1

Please sign in to comment.