summaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/dv1394.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@woody.linux-foundation.org>2007-04-10 17:24:36 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-04-10 17:24:36 -0700
commitc3474be4ddcae0256a13cbbe35d849c153c4ec4b (patch)
tree03a19c106dea8c60a26eff45444a290df330c98a /drivers/ieee1394/dv1394.c
parent5a92d635bec814fb53595fc80488765bc0d4ff0e (diff)
parent199c1167f5e8123a9b0a9ab1e8b78a6aa4b2733f (diff)
downloadkernel-crypto-c3474be4ddcae0256a13cbbe35d849c153c4ec4b.tar.gz
kernel-crypto-c3474be4ddcae0256a13cbbe35d849c153c4ec4b.tar.xz
kernel-crypto-c3474be4ddcae0256a13cbbe35d849c153c4ec4b.zip
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6: ieee1394: change deprecation status of dv1394
Diffstat (limited to 'drivers/ieee1394/dv1394.c')
-rw-r--r--drivers/ieee1394/dv1394.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ieee1394/dv1394.c b/drivers/ieee1394/dv1394.c
index dee9529aa8e..026e38face5 100644
--- a/drivers/ieee1394/dv1394.c
+++ b/drivers/ieee1394/dv1394.c
@@ -2564,8 +2564,8 @@ static int __init dv1394_init_module(void)
int ret;
printk(KERN_WARNING
- "WARNING: The dv1394 driver is unsupported and will be removed "
- "from Linux soon. Use raw1394 instead.\n");
+ "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;