Staging: cx25821: Change indent with spaces to tabs 32
Change indent with spaces to tabs. Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
12fe746fa9
commit
2a51749fd5
@@ -1879,8 +1879,8 @@ static long video_ioctl_set(struct file *file, unsigned int cmd,
|
|||||||
|| dev->tvnorm & V4L2_STD_PAL_DK)
|
|| dev->tvnorm & V4L2_STD_PAL_DK)
|
||||||
width = 352;
|
width = 352;
|
||||||
else
|
else
|
||||||
width = (cif_width == 320
|
width = (cif_width == 320 || cif_width == 352) ?
|
||||||
|| cif_width == 352) ? cif_width : 320;
|
cif_width : 320;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!(selected_channel <= 7 && selected_channel >= 0)) {
|
if (!(selected_channel <= 7 && selected_channel >= 0)) {
|
||||||
@@ -1909,8 +1909,7 @@ static long video_ioctl_set(struct file *file, unsigned int cmd,
|
|||||||
cx_write(data_from_user->reg_address, data_from_user->reg_data);
|
cx_write(data_from_user->reg_address, data_from_user->reg_data);
|
||||||
break;
|
break;
|
||||||
case MEDUSA_READ:
|
case MEDUSA_READ:
|
||||||
value =
|
value = cx25821_i2c_read(&dev->i2c_bus[0],
|
||||||
cx25821_i2c_read(&dev->i2c_bus[0],
|
|
||||||
(u16) data_from_user->reg_address,
|
(u16) data_from_user->reg_address,
|
||||||
&data_from_user->reg_data);
|
&data_from_user->reg_data);
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user