From: Umang Jain Date: Sat, 14 Sep 2024 14:29:28 +0000 (+0530) Subject: media: dw100: Rectify debug log X-Git-Tag: v6.13-rc1~149^2~180 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=0d4d90b9416bbe4bbddbea8182202b4b63ed5ecf;p=linux-block.git media: dw100: Rectify debug log Rectify dev_dbg() log of dw100_hw_set_destination() from "Set HW source registers" to "Set HW destination registers". Signed-off-by: Umang Jain Reviewed-by: Kieran Bingham Reviewed-by: Xavier Roumegue Signed-off-by: Hans Verkuil --- diff --git a/drivers/media/platform/nxp/dw100/dw100.c b/drivers/media/platform/nxp/dw100/dw100.c index 0024d6175ad9..394f1f6129e3 100644 --- a/drivers/media/platform/nxp/dw100/dw100.c +++ b/drivers/media/platform/nxp/dw100/dw100.c @@ -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 */