Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357314
b: refs/heads/master
c: 45b56d5
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Jan 6, 2013
1 parent e242c71 commit 5c09051
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: dc03398528c83357e1e95481cd447f6bf1036b76
refs/heads/master: 45b56d572cd8b4f118ed3a006aa33527fd966389
2 changes: 1 addition & 1 deletion trunk/drivers/media/platform/s5p-tv/hdmiphy_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ static int __devinit hdmiphy_probe(struct i2c_client *client,
{
struct hdmiphy_ctx *ctx;

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

Expand Down

0 comments on commit 5c09051

Please sign in to comment.