Commit 23d50ddf authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] c99 initiliasers for bttv (2)

parent c7097e0f
...@@ -2873,8 +2873,8 @@ static struct file_operations bttv_fops = ...@@ -2873,8 +2873,8 @@ static struct file_operations bttv_fops =
static struct video_device bttv_video_template = static struct video_device bttv_video_template =
{ {
.name = "UNSET", .name = "UNSET",
type: VID_TYPE_CAPTURE|VID_TYPE_TUNER|VID_TYPE_OVERLAY| .type = VID_TYPE_CAPTURE|VID_TYPE_TUNER|VID_TYPE_OVERLAY|
VID_TYPE_CLIPPING|VID_TYPE_SCALES, VID_TYPE_CLIPPING|VID_TYPE_SCALES,
.hardware = VID_HARDWARE_BT848, .hardware = VID_HARDWARE_BT848,
.fops = &bttv_fops, .fops = &bttv_fops,
.minor = -1, .minor = -1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment