diff options
author | Michael Krufky <devnull@localhost> | 2005-10-11 18:02:02 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-10-11 18:02:02 +0000 |
commit | a69b5bdf10ab44bf81a7fcd61d963468712b7493 (patch) | |
tree | b5a6abfe3c1d3916b728669b6a74a1699677ada7 /linux/drivers | |
parent | 68d88eb55d524be2cccf6aabd501318b015f3852 (diff) | |
download | mediapointer-dvb-s2-a69b5bdf10ab44bf81a7fcd61d963468712b7493.tar.gz mediapointer-dvb-s2-a69b5bdf10ab44bf81a7fcd61d963468712b7493.tar.bz2 |
- Don't bother Gerd with bttv-cards patches.
Instead, send to video4linux mailing list.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index 71dab01ac..46ee26230 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -1,5 +1,5 @@ /* - $Id: bttv-cards.c,v 1.90 2005/10/09 18:07:06 mchehab Exp $ + $Id: bttv-cards.c,v 1.91 2005/10/11 18:02:02 mkrufky Exp $ bttv-cards.c @@ -2846,7 +2846,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 kraxel@bytesex.org\n"); + "the correct card= insmod option to video4linux-list@redhat.com\n"); } } |