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

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

Signed-off-by: Todor Tomov <todor.tomov@linaro.org>
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
Todor Tomov 2018-07-25 12:38:21 -04:00 committed by Mauro Carvalho Chehab
parent c628e78899
commit c9896b6551
1 changed files with 1 additions and 1 deletions

View File

@ -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