Commit 51caf91f authored by Alexey Klimov's avatar Alexey Klimov Committed by Mauro Carvalho Chehab

V4L/DVB (10324): em28xx: Correct mailing list

Move development mail-list to linux-media on vger.kernel.org.
Signed-off-by: default avatarAlexey Klimov <klimov.linux@gmail.com>
Signed-off-by: default avatarDouglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent f7fe3e6f
...@@ -1630,7 +1630,7 @@ static int em28xx_hint_board(struct em28xx *dev) ...@@ -1630,7 +1630,7 @@ static int em28xx_hint_board(struct em28xx *dev)
em28xx_errdev("If the board were missdetected, " em28xx_errdev("If the board were missdetected, "
"please email this log to:\n"); "please email this log to:\n");
em28xx_errdev("\tV4L Mailing List " em28xx_errdev("\tV4L Mailing List "
" <video4linux-list@redhat.com>\n"); " <linux-media@vger.kernel.org>\n");
em28xx_errdev("Board detected as %s\n", em28xx_errdev("Board detected as %s\n",
em28xx_boards[dev->model].name); em28xx_boards[dev->model].name);
...@@ -1662,7 +1662,7 @@ static int em28xx_hint_board(struct em28xx *dev) ...@@ -1662,7 +1662,7 @@ static int em28xx_hint_board(struct em28xx *dev)
em28xx_errdev("If the board were missdetected, " em28xx_errdev("If the board were missdetected, "
"please email this log to:\n"); "please email this log to:\n");
em28xx_errdev("\tV4L Mailing List " em28xx_errdev("\tV4L Mailing List "
" <video4linux-list@redhat.com>\n"); " <linux-media@vger.kernel.org>\n");
em28xx_errdev("Board detected as %s\n", em28xx_errdev("Board detected as %s\n",
em28xx_boards[dev->model].name); em28xx_boards[dev->model].name);
...@@ -1675,7 +1675,7 @@ static int em28xx_hint_board(struct em28xx *dev) ...@@ -1675,7 +1675,7 @@ static int em28xx_hint_board(struct em28xx *dev)
em28xx_errdev("You may try to use card=<n> insmod option to " em28xx_errdev("You may try to use card=<n> insmod option to "
"workaround that.\n"); "workaround that.\n");
em28xx_errdev("Please send an email with this log to:\n"); em28xx_errdev("Please send an email with this log to:\n");
em28xx_errdev("\tV4L Mailing List <video4linux-list@redhat.com>\n"); em28xx_errdev("\tV4L Mailing List <linux-media@vger.kernel.org>\n");
em28xx_errdev("Board eeprom hash is 0x%08lx\n", dev->hash); em28xx_errdev("Board eeprom hash is 0x%08lx\n", dev->hash);
em28xx_errdev("Board i2c devicelist hash is 0x%08lx\n", dev->i2c_hash); em28xx_errdev("Board i2c devicelist hash is 0x%08lx\n", dev->i2c_hash);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment