Commit b25854e1 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Mauro Carvalho Chehab

[media] v4l: vsp1: dl: Make reg_count field unsigned

The field takes positive values only, make it unsigned.
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent e2b6d7b3
......@@ -60,7 +60,7 @@ struct vsp1_dl_list {
dma_addr_t dma;
size_t size;
int reg_count;
unsigned int reg_count;
};
enum vsp1_dl_mode {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment