From: Jacopo Mondi Date: Wed, 16 Jun 2021 12:46:02 +0000 (+0200) Subject: media: i2c: max9286: Adjust parameters indent X-Git-Tag: v5.14-rc1~165^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3de09c7ae70d544b13b4da74fa3ebd4c25eb9ab9;p=thirdparty%2Fkernel%2Fstable.git media: i2c: max9286: Adjust parameters indent The parameters to max9286_i2c_mux_configure() fits on the previous line. Adjust it. Cosmetic change only. Signed-off-by: Jacopo Mondi Reviewed-by: Laurent Pinchart Reviewed-by: Kieran Bingham Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/i2c/max9286.c b/drivers/media/i2c/max9286.c index 4631bfeeacc0f..e3c23916b926d 100644 --- a/drivers/media/i2c/max9286.c +++ b/drivers/media/i2c/max9286.c @@ -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; }