Skip to content
Snippets Groups Projects
Commit c9896b65 authored by Todor Tomov's avatar Todor Tomov Committed by Mauro Carvalho Chehab
Browse files

media: camss: vfe: Fix to_vfe() macro member name


Use the member name which is "line" instead of the pointer argument.

Signed-off-by: default avatarTodor Tomov <todor.tomov@linaro.org>
Signed-off-by: default avatarHans Verkuil <hansverk@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent c628e788
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
((const struct vfe_line (*)[]) &(ptr_line[-(ptr_line->id)]))
#define to_vfe(ptr_line) \
container_of(vfe_line_array(ptr_line), struct vfe_device, ptr_line)
container_of(vfe_line_array(ptr_line), struct vfe_device, line)
#define VFE_0_HW_VERSION 0x000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment