Commit 028d4c98 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (12858): go7007: whitespacing cleanups

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent dd694441
...@@ -1034,7 +1034,8 @@ static int brctrl_to_package(struct go7007 *go, ...@@ -1034,7 +1034,8 @@ static int brctrl_to_package(struct go7007 *go,
0xBF1B, framelen[7], 0xBF1B, framelen[7],
0, 0, 0, 0,
#if 0 /* Remove once we don't care about matching */ #if 0
/* Remove once we don't care about matching */
0x200e, 0x0000, 0x200e, 0x0000,
0xBF56, 4, 0xBF56, 4,
0xBF57, 0, 0xBF57, 0,
......
This diff is collapsed.
...@@ -34,7 +34,7 @@ extern void s2250loader_cleanup(void); ...@@ -34,7 +34,7 @@ extern void s2250loader_cleanup(void);
#define VPX322_ADDR_CONTRAST0 0x0128 #define VPX322_ADDR_CONTRAST0 0x0128
#define VPX322_ADDR_CONTRAST1 0x0132 #define VPX322_ADDR_CONTRAST1 0x0132
#define VPX322_ADDR_HUE 0x00dc #define VPX322_ADDR_HUE 0x00dc
#define VPX322_ADDR_SAT 0x0030 #define VPX322_ADDR_SAT 0x0030
struct go7007_usb_board { struct go7007_usb_board {
unsigned int flags; unsigned int flags;
......
...@@ -111,7 +111,8 @@ static int wis_tw9903_command(struct i2c_client *client, ...@@ -111,7 +111,8 @@ static int wis_tw9903_command(struct i2c_client *client,
i2c_smbus_write_byte_data(client, 0x02, 0x40 | (*input << 1)); i2c_smbus_write_byte_data(client, 0x02, 0x40 | (*input << 1));
break; break;
} }
#if 0 /* The scaler on this thing seems to be horribly broken */ #if 0
/* The scaler on this thing seems to be horribly broken */
case DECODER_SET_RESOLUTION: case DECODER_SET_RESOLUTION:
{ {
struct video_decoder_resolution *res = arg; struct video_decoder_resolution *res = arg;
......
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