Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109526
b: refs/heads/master
c: 46f2c21
h: refs/heads/master
v: v3
  • Loading branch information
Henrik Kretzschmar authored and Mauro Carvalho Chehab committed Sep 3, 2008
1 parent a00359d commit e858c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b045979d61b235cd9cc8347760fcfb44fc8ecbd6
refs/heads/master: 46f2c21cfdb1a829a9a23e23562ffa66b007dc48
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/v4l2-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ int video_register_device_index(struct video_device *vfd, int type, int nr,
default:
printk(KERN_ERR "%s called with unknown type: %d\n",
__func__, type);
return -1;
return -EINVAL;
}

/* pick a minor number */
Expand Down

0 comments on commit e858c03

Please sign in to comment.