Commit 5e7a7e9a authored by Jorge Zapata's avatar Jorge Zapata

Small code style fix.

parent 5dc4a4ee
......@@ -1078,9 +1078,9 @@ static int tvp5150_command(struct i2c_client *c,
if (params->amuxmode == VPFE_AMUX_COMPOSITE) {
decoder->route.input = TVP5150_COMPOSITE1;
} else {
decoder->route.input = TVP5150_SVIDEO;
}
} else {
decoder->route.input = TVP5150_SVIDEO;
}
tvp5150_selmux(c);
tvp5150_set_std(c, params->mode);
decoder->norm = params->mode;
......
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