Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72027
b: refs/heads/master
c: 7e7f05c
h: refs/heads/master
i:
  72025: 9350f1b
  72023: 018453a
v: v3
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Oct 22, 2007
1 parent e92cb72 commit c5eb0b7
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: 1419683d85367df90079fb5535865ac0841ebbea
refs/heads/master: 7e7f05ca156d34b80e53105e4ef9bc1497a68439
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/ivtv/ivtv-fileops.c
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ int ivtv_v4l2_open(struct inode *inode, struct file *filp)
if (itv == NULL) {
/* Couldn't find a device registered
on that minor, shouldn't happen! */
IVTV_WARN("No ivtv device found on minor %d\n", minor);
printk(KERN_WARNING "No ivtv device found on minor %d\n", minor);
return -ENXIO;
}

Expand Down

0 comments on commit c5eb0b7

Please sign in to comment.