media: dw100: Rectify debug log
authorUmang Jain <umang.jain@ideasonboard.com>
Sat, 14 Sep 2024 14:29:28 +0000 (19:59 +0530)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Sat, 12 Oct 2024 14:28:25 +0000 (16:28 +0200)
Rectify dev_dbg() log of dw100_hw_set_destination() from
"Set HW source registers" to "Set HW destination registers".

Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Xavier Roumegue <xavier.roumegue@oss.nxp.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/nxp/dw100/dw100.c

index 0024d6175ad9aa0c35f313fe4bfd58b37e5eb042..394f1f6129e389964ea6a703f2e977dd73613f86 100644 (file)
@@ -1311,7 +1311,7 @@ static void dw100_hw_set_destination(struct dw100_device *dw_dev,
        }
 
        dev_dbg(&dw_dev->pdev->dev,
-               "Set HW source registers for %ux%u - stride %u, pixfmt: %p4cc, dma:%pad\n",
+               "Set HW destination registers for %ux%u - stride %u, pixfmt: %p4cc, dma:%pad\n",
                width, height, stride, &fourcc, &addr_y);
 
        /* Pixel Format */