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;