From 5c0905148181e0dea17ce698872e5bd1922b4dfd Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Mon, 26 Nov 2012 01:49:04 -0300 Subject: [PATCH] --- yaml --- r: 357314 b: refs/heads/master c: 45b56d572cd8b4f118ed3a006aa33527fd966389 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/media/platform/s5p-tv/hdmiphy_drv.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 511709fa9a41..51b530da58fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dc03398528c83357e1e95481cd447f6bf1036b76 +refs/heads/master: 45b56d572cd8b4f118ed3a006aa33527fd966389 diff --git a/trunk/drivers/media/platform/s5p-tv/hdmiphy_drv.c b/trunk/drivers/media/platform/s5p-tv/hdmiphy_drv.c index f67b38631801..94c2a13c3b3a 100644 --- a/trunk/drivers/media/platform/s5p-tv/hdmiphy_drv.c +++ b/trunk/drivers/media/platform/s5p-tv/hdmiphy_drv.c @@ -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;