Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131016
b: refs/heads/master
c: 8643153
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Richter committed Feb 6, 2009
1 parent 1ff6a13 commit 67e4969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: b7479febdecf8e12951aecb0b405e4655aa3dae6
refs/heads/master: 86431532ec4311dccd0d7513cebae6ffc762756b
8 changes: 4 additions & 4 deletions trunk/drivers/ieee1394/dv1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -1823,6 +1823,10 @@ static int dv1394_open(struct inode *inode, struct file *file)

#endif

printk(KERN_INFO "%s: NOTE, the dv1394 interface is unsupported "
"and will not be available in the new firewire driver stack. "
"Try libraw1394 based programs instead.\n", current->comm);

return 0;
}

Expand Down Expand Up @@ -2567,10 +2571,6 @@ static int __init dv1394_init_module(void)
{
int ret;

printk(KERN_WARNING
"NOTE: The dv1394 driver is unsupported and may be removed in a "
"future Linux release. Use raw1394 instead.\n");

cdev_init(&dv1394_cdev, &dv1394_fops);
dv1394_cdev.owner = THIS_MODULE;
ret = cdev_add(&dv1394_cdev, IEEE1394_DV1394_DEV, 16);
Expand Down

0 comments on commit 67e4969

Please sign in to comment.