mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 17:31:37 -04:00
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 <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>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user