From fffa537d9212661fcc53e1586b4c2833ed302acf Mon Sep 17 00:00:00 2001 From: "Leonid V. Fedorenchik" Date: Fri, 16 Sep 2011 14:15:12 +0800 Subject: [PATCH] --- yaml --- r: 268463 b: refs/heads/master c: 527db49d91763b5c0f8fe800c13f2f6a738b8249 h: refs/heads/master i: 268461: 89735216c90ce35082b5dd726668f1b86fc14a99 268459: 3eb0032d93e9fa7d6ff704c7b7ab967a024dae9a 268455: 283d8b1a0f8796da071f907caec1721980d55fe3 268447: 9e52654ad87d9b4401e227cd67e94d4fdde66be4 v: v3 --- [refs] | 2 +- trunk/drivers/staging/cx25821/cx25821-video.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 7b208f651b42..21f4d7312a46 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fa7ce1f41d139f1eda7ca69ef848af933605a8cc +refs/heads/master: 527db49d91763b5c0f8fe800c13f2f6a738b8249 diff --git a/trunk/drivers/staging/cx25821/cx25821-video.c b/trunk/drivers/staging/cx25821/cx25821-video.c index 14661b924248..020db63838d7 100644 --- a/trunk/drivers/staging/cx25821/cx25821-video.c +++ b/trunk/drivers/staging/cx25821/cx25821-video.c @@ -1998,9 +1998,9 @@ static const struct v4l2_ioctl_ops video_ioctl_ops = { }; struct video_device cx25821_videoioctl_template = { - .name = "cx25821-videoioctl", - .fops = &video_fops, - .ioctl_ops = &video_ioctl_ops, - .tvnorms = CX25821_NORMS, - .current_norm = V4L2_STD_NTSC_M, + .name = "cx25821-videoioctl", + .fops = &video_fops, + .ioctl_ops = &video_ioctl_ops, + .tvnorms = CX25821_NORMS, + .current_norm = V4L2_STD_NTSC_M, };