Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181483
b: refs/heads/master
c: 7de0b87
h: refs/heads/master
i:
  181481: 5060779
  181479: 9ca3a24
v: v3
  • Loading branch information
Roel Kluin authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent f8eec93 commit b1540bd
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: f2e6c6ad0207f22b55bb45a6b0958cecde3db8f1
refs/heads/master: 7de0b8739f9b7856d2c3aa96e50e851283eeb24a
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/vivi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1371,7 +1371,7 @@ static int __init vivi_create_instance(int inst)
/* Now that everything is fine, let's add it to device list */
list_add_tail(&dev->vivi_devlist, &vivi_devlist);

if (video_nr >= 0)
if (video_nr != -1)
video_nr++;

dev->vfd = vfd;
Expand Down

0 comments on commit b1540bd

Please sign in to comment.