diff options
-rw-r--r-- | drivers/media/video/bttv-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bttv-cards.c b/drivers/media/video/bttv-cards.c index 77f0ff8a4e4c..2b19de386dcf 100644 --- a/drivers/media/video/bttv-cards.c +++ b/drivers/media/video/bttv-cards.c | |||
@@ -2824,7 +2824,7 @@ void __devinit bttv_idcard(struct bttv *btv) | |||
2824 | btv->c.nr, btv->cardid & 0xffff, | 2824 | btv->c.nr, btv->cardid & 0xffff, |
2825 | (btv->cardid >> 16) & 0xffff); | 2825 | (btv->cardid >> 16) & 0xffff); |
2826 | printk(KERN_DEBUG "please mail id, board name and " | 2826 | printk(KERN_DEBUG "please mail id, board name and " |
2827 | "the correct card= insmod option to kraxel@bytesex.org\n"); | 2827 | "the correct card= insmod option to video4linux-list@redhat.com\n"); |
2828 | } | 2828 | } |
2829 | } | 2829 | } |
2830 | 2830 | ||