Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331225
b: refs/heads/master
c: b5146c9
h: refs/heads/master
i:
  331223: be85f8f
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Oct 1, 2012
1 parent dfccb74 commit 468084d
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: 9356ac762f85e4e769cc1cc1ae57b9807648a6c8
refs/heads/master: b5146c96d1795ed75bb90dc4d3189b2c4206c56d
2 changes: 1 addition & 1 deletion trunk/drivers/media/platform/s5p-jpeg/jpeg-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ static int s5p_jpeg_open(struct file *file)
struct s5p_jpeg_fmt *out_fmt;
int ret = 0;

ctx = kzalloc(sizeof *ctx, GFP_KERNEL);
ctx = kzalloc(sizeof(*ctx), GFP_KERNEL);
if (!ctx)
return -ENOMEM;

Expand Down

0 comments on commit 468084d

Please sign in to comment.