aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/video4linux/bttv/README4
-rw-r--r--drivers/media/radio/radio-si470x.c2
-rw-r--r--drivers/media/video/bt8xx/bttv-cards.c2
-rw-r--r--drivers/media/video/usbvision/usbvision.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/video4linux/bttv/README b/Documentation/video4linux/bttv/README
index 7ca2154c2bf5..3a367cdb664e 100644
--- a/Documentation/video4linux/bttv/README
+++ b/Documentation/video4linux/bttv/README
@@ -63,8 +63,8 @@ If you have some knowledge and spare time, please try to fix this
63yourself (patches very welcome of course...) You know: The linux 63yourself (patches very welcome of course...) You know: The linux
64slogan is "Do it yourself". 64slogan is "Do it yourself".
65 65
66There is a mailing list: video4linux-list@redhat.com. 66There is a mailing list: linux-media@vger.kernel.org
67https://listman.redhat.com/mailman/listinfo/video4linux-list 67http://vger.kernel.org/vger-lists.html#linux-media
68 68
69If you have trouble with some specific TV card, try to ask there 69If you have trouble with some specific TV card, try to ask there
70instead of mailing me directly. The chance that someone with the 70instead of mailing me directly. The chance that someone with the
diff --git a/drivers/media/radio/radio-si470x.c b/drivers/media/radio/radio-si470x.c
index 9827445086aa..713e242ba8b2 100644
--- a/drivers/media/radio/radio-si470x.c
+++ b/drivers/media/radio/radio-si470x.c
@@ -1713,7 +1713,7 @@ static int si470x_usb_driver_probe(struct usb_interface *intf,
1713 ": If you have some trouble using this driver,\n"); 1713 ": If you have some trouble using this driver,\n");
1714 printk(KERN_WARNING DRIVER_NAME 1714 printk(KERN_WARNING DRIVER_NAME
1715 ": please report to V4L ML at " 1715 ": please report to V4L ML at "
1716 "video4linux-list@redhat.com\n"); 1716 "linux-media@vger.kernel.org\n");
1717 } 1717 }
1718 1718
1719 /* set initial frequency */ 1719 /* set initial frequency */
diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c
index 187ed4ef3993..7725d9487abf 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 06fe43655957..f8d7458daf3e 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