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

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
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -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)