aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/go7007/wis-tw9903.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/go7007/wis-tw9903.c')
-rw-r--r--drivers/staging/go7007/wis-tw9903.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/go7007/wis-tw9903.c b/drivers/staging/go7007/wis-tw9903.c
index 6c3427bb6f4c..506dca6e942e 100644
--- a/drivers/staging/go7007/wis-tw9903.c
+++ b/drivers/staging/go7007/wis-tw9903.c
@@ -111,7 +111,8 @@ static int wis_tw9903_command(struct i2c_client *client,
i2c_smbus_write_byte_data(client, 0x02, 0x40 | (*input << 1));
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:
{
struct video_decoder_resolution *res = arg;