Skip to content

Commit 9fcec94

Browse files
Revert "media: i2c: imx219: Restore the 1920x1080 to using a 1:1 PAR"
This reverts commit cfa10dd.
1 parent a7eab55 commit 9fcec94

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/media/i2c/imx219.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,6 @@ static int imx219_set_pad_format(struct v4l2_subdev *sd,
876876
*/
877877
bin_h = min(IMX219_PIXEL_ARRAY_WIDTH / format->width, 2U);
878878
bin_v = min(IMX219_PIXEL_ARRAY_HEIGHT / format->height, 2U);
879-
binning = min(bin_h, bin_v);
880879

881880
/* Ensure bin_h and bin_v are same to avoid 1:2 or 2:1 stretching */
882881
binning = min(bin_h, bin_v);

0 commit comments

Comments
 (0)