diff options
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index f81c10e0a..19697664a 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.64 2005/08/03 20:21:15 mchehab Exp $ + $Id: bttv-cards.c,v 1.65 2005/08/03 20:41:04 mkrufky Exp $ bttv-cards.c @@ -4590,10 +4590,10 @@ void __devinit bttv_check_chipset(void) if (pcipci_fail) { printk(KERN_WARNING "bttv: BT848 and your chipset may not work together.\n"); if (!no_overlay) { - printk(KERN_WARNING "bttv: going to disable overlay.\n"); + printk(KERN_WARNING "bttv: overlay will be disabled.\n"); no_overlay = 1; } else { - printk(KERN_WARNING "bttv: overlay forced. You may suffer some OOPS.\n"); + printk(KERN_WARNING "bttv: overlay forced. Use this option at your own risk.\n"); } } if (UNSET != latency) |