Skip to content

Commit

Permalink
media: i2c: max9286: Adjust parameters indent
Browse files Browse the repository at this point in the history
The parameters to max9286_i2c_mux_configure() fits on the previous
line. Adjust it.

Cosmetic change only.

Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
Jacopo Mondi authored and mchehab committed Jun 17, 2021
1 parent 4f34591 commit 3de09c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/media/i2c/max9286.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,9 +287,8 @@ static int max9286_i2c_mux_select(struct i2c_mux_core *muxc, u32 chan)

priv->mux_channel = chan;

max9286_i2c_mux_configure(priv,
MAX9286_FWDCCEN(chan) |
MAX9286_REVCCEN(chan));
max9286_i2c_mux_configure(priv, MAX9286_FWDCCEN(chan) |
MAX9286_REVCCEN(chan));

return 0;
}
Expand Down

0 comments on commit 3de09c7

Please sign in to comment.