aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/bt8xx/bttv-cards.c2
-rw-r--r--drivers/media/video/usbvision/usbvision.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c
index 187ed4ef399..7725d9487ab 100644
--- a/drivers/media/video/bt8xx/bttv-cards.c
+++ b/drivers/media/video/bt8xx/bttv-cards.c
@@ -2924,7 +2924,7 @@ void __devinit bttv_idcard(struct bttv *btv)
2924 btv->c.nr, btv->cardid & 0xffff, 2924 btv->c.nr, btv->cardid & 0xffff,
2925 (btv->cardid >> 16) & 0xffff); 2925 (btv->cardid >> 16) & 0xffff);
2926 printk(KERN_DEBUG "please mail id, board name and " 2926 printk(KERN_DEBUG "please mail id, board name and "
2927 "the correct card= insmod option to video4linux-list@redhat.com\n"); 2927 "the correct card= insmod option to linux-media@vger.kernel.org\n");
2928 } 2928 }
2929 } 2929 }
2930 2930
diff --git a/drivers/media/video/usbvision/usbvision.h b/drivers/media/video/usbvision/usbvision.h
index 06fe4365595..f8d7458daf3 100644
--- a/drivers/media/video/usbvision/usbvision.h
+++ b/drivers/media/video/usbvision/usbvision.h
@@ -6,7 +6,7 @@
6 * Dwaine Garden <dwainegarden@rogers.com> 6 * Dwaine Garden <dwainegarden@rogers.com>
7 * 7 *
8 * 8 *
9 * Report problems to v4l MailingList : http://www.redhat.com/mailman/listinfo/video4linux-list 9 * Report problems to v4l MailingList: linux-media@vger.kernel.org
10 * 10 *
11 * This module is part of usbvision driver project. 11 * This module is part of usbvision driver project.
12 * Updates to driver completed by Dwaine P. Garden 12 * Updates to driver completed by Dwaine P. Garden