Re: [PATCH for 2.6.13-rc5] V4L: OOPS fix for BTTV on badbehaviored PCI chipsets

From: Andrew Morton
Date: Wed Aug 03 2005 - 23:53:14 EST


Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxx> wrote:
>
> --- linux-2.6.13/drivers/media/video/bttv-driver.c 2005-08-03 18:25:55.000000000 -0300
> +++ linux/drivers/media/video/bttv-driver.c 2005-08-03 22:19:44.000000000 -0300
> @@ -1,5 +1,5 @@
> /*
> - $Id: bttv-driver.c,v 1.45 2005/07/20 19:43:24 mkrufky Exp $
> + $Id: bttv-driver.c,v 1.52 2005/08/04 00:55:16 mchehab Exp $
>
> bttv - Bt848 frame grabber driver
>
> @@ -80,6 +80,7 @@
> static unsigned int uv_ratio = 50;
> static unsigned int full_luma_range = 0;
> static unsigned int coring = 0;
> +extern int no_overlay;

umm, OK. Could you please send a fixup patch sometime which

a) renames the now-global no_overlay to something more subsystem-specific and

b) move its declaration out of .c and into .h?

Thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/