Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362740
b: refs/heads/master
c: c95789e
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Apr 15, 2013
1 parent 63086ff commit dcc69b8
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: f1b0c8217fd9507531152c0d6c12253e2e4e22bd
refs/heads/master: c95789ecd5a979fd718ae09763df3fa50dd97a91
2 changes: 1 addition & 1 deletion trunk/drivers/media/pci/cx25821/cx25821-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ int cx25821_video_register(struct cx25821_dev *dev)

spin_lock_init(&dev->slock);

for (i = 0; i < MAX_VID_CHANNEL_NUM - 1; ++i) {
for (i = 0; i < VID_CHANNEL_NUM; ++i) {
cx25821_init_controls(dev, i);

cx25821_risc_stopper(dev->pci, &dev->channels[i].vidq.stopper,
Expand Down

0 comments on commit dcc69b8

Please sign in to comment.