aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx
diff options
context:
space:
mode:
authorAlexey Klimov <klimov.linux@gmail.com>2009-01-25 10:53:09 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:42:28 -0400
commit51caf91f5ba4f6c02ba2bd53c3f113b9da544ebb (patch)
tree1fbcb92c1bb19835f2d1d73afc9440689c178280 /drivers/media/video/em28xx
parentf7fe3e6f3c3e9ef6ba5ca187b514d225296d18dd (diff)
V4L/DVB (10324): em28xx: Correct mailing list
Move development mail-list to linux-media on vger.kernel.org. Signed-off-by: Alexey Klimov <klimov.linux@gmail.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 3beaeeda2eee..369db26cd721 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -1630,7 +1630,7 @@ static int em28xx_hint_board(struct em28xx *dev)
1630 em28xx_errdev("If the board were missdetected, " 1630 em28xx_errdev("If the board were missdetected, "
1631 "please email this log to:\n"); 1631 "please email this log to:\n");
1632 em28xx_errdev("\tV4L Mailing List " 1632 em28xx_errdev("\tV4L Mailing List "
1633 " <video4linux-list@redhat.com>\n"); 1633 " <linux-media@vger.kernel.org>\n");
1634 em28xx_errdev("Board detected as %s\n", 1634 em28xx_errdev("Board detected as %s\n",
1635 em28xx_boards[dev->model].name); 1635 em28xx_boards[dev->model].name);
1636 1636
@@ -1662,7 +1662,7 @@ static int em28xx_hint_board(struct em28xx *dev)
1662 em28xx_errdev("If the board were missdetected, " 1662 em28xx_errdev("If the board were missdetected, "
1663 "please email this log to:\n"); 1663 "please email this log to:\n");
1664 em28xx_errdev("\tV4L Mailing List " 1664 em28xx_errdev("\tV4L Mailing List "
1665 " <video4linux-list@redhat.com>\n"); 1665 " <linux-media@vger.kernel.org>\n");
1666 em28xx_errdev("Board detected as %s\n", 1666 em28xx_errdev("Board detected as %s\n",
1667 em28xx_boards[dev->model].name); 1667 em28xx_boards[dev->model].name);
1668 1668
@@ -1675,7 +1675,7 @@ static int em28xx_hint_board(struct em28xx *dev)
1675 em28xx_errdev("You may try to use card=<n> insmod option to " 1675 em28xx_errdev("You may try to use card=<n> insmod option to "
1676 "workaround that.\n"); 1676 "workaround that.\n");
1677 em28xx_errdev("Please send an email with this log to:\n"); 1677 em28xx_errdev("Please send an email with this log to:\n");
1678 em28xx_errdev("\tV4L Mailing List <video4linux-list@redhat.com>\n"); 1678 em28xx_errdev("\tV4L Mailing List <linux-media@vger.kernel.org>\n");
1679 em28xx_errdev("Board eeprom hash is 0x%08lx\n", dev->hash); 1679 em28xx_errdev("Board eeprom hash is 0x%08lx\n", dev->hash);
1680 em28xx_errdev("Board i2c devicelist hash is 0x%08lx\n", dev->i2c_hash); 1680 em28xx_errdev("Board i2c devicelist hash is 0x%08lx\n", dev->i2c_hash);
1681 1681