Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113851
b: refs/heads/master
c: ee7aa9f
h: refs/heads/master
i:
  113849: 680e5bf
  113847: ae3b72d
v: v3
  • Loading branch information
Henrik Kretzschmar authored and Mauro Carvalho Chehab committed Oct 12, 2008
1 parent 69c82ab commit 606c13f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ef0e3c26efe9c52de62b96fdad94de3ed70489d0
refs/heads/master: ee7aa9f821b27674f36fc09413914b68f7ad97ca
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/v4l2-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,9 @@ int video_register_device_index(struct video_device *vfd, int type, int nr,
int ret;
char *name_base;

if (vfd == NULL)
return -EINVAL;

if (vfd == NULL)
return -EINVAL;

Expand Down

0 comments on commit 606c13f

Please sign in to comment.