Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164171
b: refs/heads/master
c: 6df84ea
h: refs/heads/master
i:
  164169: 353a509
  164167: 9cf4d2c
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Sep 19, 2009
1 parent fa5f8f6 commit 2ec6a17
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: 66cb930e957ccab9e51a7896b13e16d5caf31b0e
refs/heads/master: 6df84ea86e3ae331bd692fb4fbf8b75f43bb4262
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/saa7164/saa7164-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static void saa7164_buffer_deliver(struct saa7164_buffer *buf)
struct saa7164_tsport *port = buf->port;

/* Feed the transport payload into the kernel demux */
dvb_dmx_swfilter_packets(&port->dvb.demux, buf->cpu,
dvb_dmx_swfilter_packets(&port->dvb.demux, (u8 *)buf->cpu,
SAA7164_TS_NUMBER_OF_LINES);

}
Expand Down

0 comments on commit 2ec6a17

Please sign in to comment.