Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37476
b: refs/heads/master
c: 666c73d
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent bb495a9 commit ec6acb8
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: d7fbefe06d2061de126095f903359ce1ef61faf3
refs/heads/master: 666c73d9e123b9ea230fcb1e2bf47fe0294332a8
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/videodev.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ static int __video_do_ioctl(struct inode *inode, struct file *file,
break;
}

if (index < 0 || index >= vfd->tvnormsize) {
if (index<0 || index >= vfd->tvnormsize) {
ret=-EINVAL;
break;
}
Expand Down

0 comments on commit ec6acb8

Please sign in to comment.