diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-14 19:06:08 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 17:43:23 +0200 |
commit | 15965f063d6d42bd451415923c4cccbdb4a61bdd (patch) | |
tree | 36abd9569a7c869c96adbf4151497c8cbd9bb312 /drivers/media/video/bt8xx | |
parent | V4L/DVB (11048): zoran: fix incorrect return type of notify function. (diff) | |
download | linux-15965f063d6d42bd451415923c4cccbdb4a61bdd.tar.xz linux-15965f063d6d42bd451415923c4cccbdb4a61bdd.zip |
V4L/DVB (11051): v4l-dvb: replace remaining references to the old mailinglist.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/bt8xx')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) btv->c.nr, btv->cardid & 0xffff, (btv->cardid >> 16) & 0xffff); printk(KERN_DEBUG "please mail id, board name and " - "the correct card= insmod option to video4linux-list@redhat.com\n"); + "the correct card= insmod option to linux-media@vger.kernel.org\n"); } } |