[PATCH] c99 initiliasers for bttv (2)

From: davej
Date: Mon Aug 11 2003 - 11:20:56 EST


diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/media/video/bttv-driver.c linux-2.5/drivers/media/video/bttv-driver.c
--- bk-linus/drivers/media/video/bttv-driver.c 2003-08-07 19:45:39.000000000 +0100
+++ linux-2.5/drivers/media/video/bttv-driver.c 2003-08-07 22:20:17.000000000 +0100
@@ -2873,8 +2873,8 @@ static struct file_operations bttv_fops
static struct video_device bttv_video_template =
{
.name = "UNSET",
- type: VID_TYPE_CAPTURE|VID_TYPE_TUNER|VID_TYPE_OVERLAY|
- VID_TYPE_CLIPPING|VID_TYPE_SCALES,
+ .type = VID_TYPE_CAPTURE|VID_TYPE_TUNER|VID_TYPE_OVERLAY|
+ VID_TYPE_CLIPPING|VID_TYPE_SCALES,
.hardware = VID_HARDWARE_BT848,
.fops = &bttv_fops,
.minor = -1,
-
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/