Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76421
b: refs/heads/master
c: 2fc580f
h: refs/heads/master
i:
  76419: 838ab13
v: v3
  • Loading branch information
Michel Ludwig authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 92d2766 commit 249e45f
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: 993efa7133985597eb48fb486c661010ab08b525
refs/heads/master: 2fc580ffeb551066f769934e3a4717d721d0a559
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/tuner-xc2028.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ static int load_all_firmwares(struct dvb_frontend *fe)
id = le64_to_cpu(*(v4l2_std_id *) p);
p += sizeof(id);

size = le32_to_cpu(*(v4l2_std_id *) p);
size = le32_to_cpu(*(__u32 *) p);
p += sizeof(size);

if ((!size) || (size + p > endp)) {
Expand Down

0 comments on commit 249e45f

Please sign in to comment.