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>
 
        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;
 }