Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226256
b: refs/heads/master
c: 9a9dcb4
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Mauro Carvalho Chehab committed Dec 29, 2010
1 parent 8d33a7b commit 5362bc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 9c0147b6941e082f52dcbb9688d0e6e5f359744f
refs/heads/master: 9a9dcb4a19c29ec01e7d249e3dae2d589af86480
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/cx231xx/cx231xx-417.c
Original file line number Diff line number Diff line change
Expand Up @@ -940,14 +940,14 @@ static int cx231xx_load_firmware(struct cx231xx *dev)
u16 _buffer_size = 4096;
u8 *p_buffer;

p_current_fw = (u32 *)vmalloc(1884180*4);
p_current_fw = vmalloc(1884180 * 4);
p_fw = p_current_fw;
if (p_current_fw == 0) {
dprintk(2, "FAIL!!!\n");
return -1;
}

p_buffer = (u8 *)vmalloc(4096);
p_buffer = vmalloc(4096);
if (p_buffer == 0) {
dprintk(2, "FAIL!!!\n");
return -1;
Expand Down

0 comments on commit 5362bc0

Please sign in to comment.