Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357313
b: refs/heads/master
c: dc03398
h: refs/heads/master
i:
  357311: 80b3540
v: v3
  • Loading branch information
Sachin Kamat authored and Mauro Carvalho Chehab committed Jan 6, 2013
1 parent 1078c05 commit e242c71
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ad84291c6af11e07d8c55eb4ea4d64ade054e2a5
refs/heads/master: dc03398528c83357e1e95481cd447f6bf1036b76
4 changes: 2 additions & 2 deletions trunk/drivers/media/platform/s5p-tv/mixer_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ static void mxr_release_resources(struct mxr_device *mdev)
{
mxr_release_clocks(mdev);
mxr_release_plat_resources(mdev);
memset(&mdev->res, 0, sizeof mdev->res);
memset(&mdev->res, 0, sizeof(mdev->res));
}

static void mxr_release_layers(struct mxr_device *mdev)
Expand Down Expand Up @@ -382,7 +382,7 @@ static int __devinit mxr_probe(struct platform_device *pdev)
/* mdev does not exist yet so no mxr_dbg is used */
dev_info(dev, "probe start\n");

mdev = kzalloc(sizeof *mdev, GFP_KERNEL);
mdev = kzalloc(sizeof(*mdev), GFP_KERNEL);
if (!mdev) {
dev_err(dev, "not enough memory.\n");
ret = -ENOMEM;
Expand Down

0 comments on commit e242c71

Please sign in to comment.