Loading drivers/media/i2c/tw9910.c +9 −10 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
drivers/media/i2c/tw9910.c +9 −10 Original line number Diff line number Diff line Loading @@ -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) Loading