Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181667
b: refs/heads/master
c: fd9be0d
h: refs/heads/master
i:
  181665: 79ab3a4
  181663: ef25ecb
v: v3
  • Loading branch information
Jiri Slaby authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent aa0e521 commit 21e1417
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: 7ca7ef6011e92b52a365ddc78f6668e01793c572
refs/heads/master: fd9be0dc9b0b2baf203cfef8c8109859d05d0e01
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/ngene/ngene-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ static void FillTSBuffer(void *Buffer, int Length, u32 Flags)
{
u32 *ptr = Buffer;

memset(Buffer, Length, 0xff);
memset(Buffer, 0xff, Length);
while (Length > 0) {
if (Flags & DF_SWAP32)
*ptr = 0x471FFF10;
Expand Down

0 comments on commit 21e1417

Please sign in to comment.