提交 c9896b65 编写于 作者: T Todor Tomov 提交者: Mauro Carvalho Chehab

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

Use the member name which is "line" instead of the pointer argument.
Signed-off-by: NTodor Tomov <todor.tomov@linaro.org>
Signed-off-by: NHans Verkuil <hansverk@cisco.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab+samsung@kernel.org>
上级 c628e788
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
((const struct vfe_line (*)[]) &(ptr_line[-(ptr_line->id)])) ((const struct vfe_line (*)[]) &(ptr_line[-(ptr_line->id)]))
#define to_vfe(ptr_line) \ #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 #define VFE_0_HW_VERSION 0x000
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册