Commit d6fdad55 authored by Joe Perches's avatar Joe Perches Committed by Mauro Carvalho Chehab

media: tw9910: Whitespace alignment

Update multiline statements to open parenthesis.
Update a ?: to a single line.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 99b010b6
......@@ -642,8 +642,7 @@ static int tw9910_s_power(struct v4l2_subdev *sd, int on)
struct i2c_client *client = v4l2_get_subdevdata(sd);
struct tw9910_priv *priv = to_tw9910(client);
return on ? tw9910_power_on(priv) :
tw9910_power_off(priv);
return on ? tw9910_power_on(priv) : tw9910_power_off(priv);
}
static int tw9910_set_frame(struct v4l2_subdev *sd, u32 *width, u32 *height)
......
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