Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357224
b: refs/heads/master
c: 9a3323a
h: refs/heads/master
v: v3
  • Loading branch information
Sasha Levin authored and Mauro Carvalho Chehab committed Dec 27, 2012
1 parent a4d1ea3 commit 9611846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: c84401c200423e4855bc990d8460cc0c3a2bb664
refs/heads/master: 9a3323aef4e32585a76ace5f53973404e7e5afee
4 changes: 1 addition & 3 deletions trunk/drivers/media/platform/m2m-deinterlace.c
Original file line number Diff line number Diff line change
Expand Up @@ -917,10 +917,8 @@ static int deinterlace_open(struct file *file)
ctx->xt = kzalloc(sizeof(struct dma_async_tx_descriptor) +
sizeof(struct data_chunk), GFP_KERNEL);
if (!ctx->xt) {
int ret = PTR_ERR(ctx->xt);

kfree(ctx);
return ret;
return -ENOMEM;
}

ctx->colorspace = V4L2_COLORSPACE_REC709;
Expand Down

0 comments on commit 9611846

Please sign in to comment.