Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186650
b: refs/heads/master
c: 32dbb67
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Vasilyev authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 8d2b04f commit d43a005
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 362f46e3ab6ee4fc771da55067921c39dd13877d
refs/heads/master: 32dbb67138fdb8cefa348d29850eb9a9ce964e09
3 changes: 1 addition & 2 deletions trunk/drivers/staging/dream/camera/msm_vfe7x.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,7 @@ static int vfe_7x_init(struct msm_vfe_callback *presp,

extlen = sizeof(struct vfe_frame_extra);

extdata =
kmalloc(sizeof(extlen), GFP_ATOMIC);
extdata = kmalloc(extlen, GFP_ATOMIC);
if (!extdata) {
rc = -ENOMEM;
goto init_fail;
Expand Down

0 comments on commit d43a005

Please sign in to comment.