Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115656
b: refs/heads/master
c: 376a841
h: refs/heads/master
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 17, 2008
1 parent 3434dc1 commit 98376c8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8f3cd53006a7645ffbedb982425f033497b1ee3c
refs/heads/master: 376a841440967417a1e8d8f6b2672a27c43d262f
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/cx88/cx88-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,8 @@ void cx88_wakeup(struct cx88_core *core,
mod_timer(&q->timeout, jiffies+BUFFER_TIMEOUT);
}
if (bc != 1)
printk("%s: %d buffers handled (should be 1)\n",__func__,bc);
dprintk(2, "%s: %d buffers handled (should be 1)\n",
__func__, bc);
}

void cx88_shutdown(struct cx88_core *core)
Expand Down

0 comments on commit 98376c8

Please sign in to comment.