We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfc6e7 commit fbcce2aCopy full SHA for fbcce2a
drivers/media/i2c/imx219.c
@@ -963,8 +963,8 @@ static int imx219_configure_lanes(struct imx219 *imx219)
963
/* Write the appropriate PLL settings for the number of MIPI lanes */
964
return cci_multi_reg_write(imx219->regmap,
965
imx219->lanes == 2 ? imx219_2lane_regs : imx219_4lane_regs,
966
- imx219->lanes == 2 ? ARRAY_SIZE(imx219_2lane_regs) : ARRAY_SIZE(imx219_4lane_regs),
967
- NULL);
+ imx219->lanes == 2 ? ARRAY_SIZE(imx219_2lane_regs) :
+ ARRAY_SIZE(imx219_4lane_regs), NULL);
968
};
969
970
static int imx219_start_streaming(struct imx219 *imx219,
0 commit comments