Commit 12fe746f authored by Leonid V. Fedorenchik's avatar Leonid V. Fedorenchik Committed by Greg Kroah-Hartman

Staging: cx25821: Change indent with spaces to tabs 31

Change indent with spaces to tabs.
Signed-off-by: default avatarLeonid V. Fedorenchik <leonidsbox@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 16a81efe
...@@ -1849,9 +1849,8 @@ static long video_ioctl_set(struct file *file, unsigned int cmd, ...@@ -1849,9 +1849,8 @@ static long video_ioctl_set(struct file *file, unsigned int cmd,
switch (command) { switch (command) {
case SET_VIDEO_STD: case SET_VIDEO_STD:
dev->tvnorm = dev->tvnorm = !strcmp(data_from_user->vid_stdname, "PAL") ?
!strcmp(data_from_user->vid_stdname, V4L2_STD_PAL_BG : V4L2_STD_NTSC_M;
"PAL") ? V4L2_STD_PAL_BG : V4L2_STD_NTSC_M;
medusa_set_videostandard(dev); medusa_set_videostandard(dev);
break; break;
......
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