Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333806
b: refs/heads/master
c: cdcf45e
h: refs/heads/master
v: v3
  • Loading branch information
Arun Kumar K authored and Mauro Carvalho Chehab committed Oct 6, 2012
1 parent 091b3de commit 67af064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f96f3cfa0bb8f777fe877d7f881bf7ee58bd162a
refs/heads/master: cdcf45e70027d7f65eb04df789bd63c0a2f6f47f
1 change: 1 addition & 0 deletions trunk/drivers/media/platform/s5p-mfc/s5p_mfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,7 @@ static int s5p_mfc_probe(struct platform_device *pdev)
vfd->release = video_device_release,
vfd->lock = &dev->mfc_mutex;
vfd->v4l2_dev = &dev->v4l2_dev;
vfd->vfl_dir = VFL_DIR_M2M;
snprintf(vfd->name, sizeof(vfd->name), "%s", S5P_MFC_ENC_NAME);
dev->vfd_enc = vfd;
ret = video_register_device(vfd, VFL_TYPE_GRABBER, 0);
Expand Down

0 comments on commit 67af064

Please sign in to comment.