diff options
author | Michael Krufky <mkrufky@m1k.net> | 2005-11-09 00:37:24 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:17 -0500 |
commit | 2a2d857c005399fdf4e0913cb43cca9beb9941a7 (patch) | |
tree | c92dc5b4d95c17495e114d09dc98576f0c16df4d /drivers/media/video/bttv-cards.c | |
parent | 596d92d5128d308b5a79f21c3e72c87f5fc7e58b (diff) |
[PATCH] v4l: 768: don t bother gerd with bttv cards patches
- Don't bother Gerd with bttv-cards patches.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/bttv-cards.c')
-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 | ||