Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164269
b: refs/heads/master
c: 1601fb1
h: refs/heads/master
i:
  164267: bfad80c
v: v3
  • Loading branch information
Roel Kluin authored and Mauro Carvalho Chehab committed Sep 19, 2009
1 parent 85736f8 commit ade38f2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 34e383dd13edf402e87bf0a87f4a19b193b4bd7a
refs/heads/master: 1601fb14980b1295e00087460d57256a87f334bf
2 changes: 2 additions & 0 deletions trunk/drivers/media/dvb/dvb-usb/m920x.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ static int m920x_firmware_download(struct usb_device *udev, const struct firmwar
int i, pass, ret = 0;

buff = kmalloc(65536, GFP_KERNEL);
if (buff == NULL)
return -ENOMEM;

if ((ret = m920x_read(udev, M9206_FILTER, 0x0, 0x8000, read, 4)) != 0)
goto done;
Expand Down

0 comments on commit ade38f2

Please sign in to comment.