]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: i2c: imx283: use (t,l)/wxh format for rectangle
authorHans Verkuil <hverkuil@xs4all.nl>
Tue, 4 Mar 2025 11:08:12 +0000 (12:08 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 30 Apr 2025 06:16:07 +0000 (08:16 +0200)
Standardize reporting of rectangles to (t,l)/wxh.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/imx283.c

index beb9169f93ade3ae5c01d019a30514b041cae892..da618c8cbadc3bff9165c6e50ef66aaa29bf5104 100644 (file)
@@ -1082,7 +1082,7 @@ static int imx283_start_streaming(struct imx283 *imx283,
        cci_write(imx283->cci, IMX283_REG_SVR, 0x00, &ret);
 
        dev_dbg(imx283->dev, "Mode: Size %d x %d\n", mode->width, mode->height);
-       dev_dbg(imx283->dev, "Analogue Crop (in the mode) %d,%d %dx%d\n",
+       dev_dbg(imx283->dev, "Analogue Crop (in the mode) (%d,%d)/%ux%u\n",
                mode->crop.left,
                mode->crop.top,
                mode->crop.width,