Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21734
b: refs/heads/master
c: 4304954
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Oberritter authored and Linus Torvalds committed Mar 21, 2006
1 parent 4126d38 commit 3ab48a5
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: 19478843e4f8af7de9b297876519ee8b98c2f5ad
refs/heads/master: 4304954eb668ce66fc58f1cab9abb9a9e2584549
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/dvb-core/dvb_ringbuffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ssize_t dvb_ringbuffer_avail(struct dvb_ringbuffer *rbuf)

void dvb_ringbuffer_flush(struct dvb_ringbuffer *rbuf)
{
rbuf->pread = rbuf->pwrite = 0;
rbuf->pread = rbuf->pwrite;
rbuf->error = 0;
}

Expand Down

0 comments on commit 3ab48a5

Please sign in to comment.