Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193090
b: refs/heads/master
c: 205161e
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent 2e66880 commit 9a36a72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0de8e3533e08745616a30bdb3fa5106c85083e51
refs/heads/master: 205161ed03b53c467dd669a340ea704ce0fb6f9e
4 changes: 4 additions & 0 deletions trunk/drivers/media/dvb/dvb-usb/gp8psk.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ static int gp8psk_load_bcm4500fw(struct dvb_usb_device *d)

ptr = fw->data;
buf = kmalloc(64, GFP_KERNEL | GFP_DMA);
if (!buf) {
ret = -ENOMEM;
goto out_rel_fw;
}

while (ptr[0] != 0xff) {
u16 buflen = ptr[0] + 4;
Expand Down

0 comments on commit 9a36a72

Please sign in to comment.