[PATCH v2 11/34] media: camss: vfe: Fix to_vfe() macro member name

From: Todor Tomov
Date: Thu Jul 05 2018 - 09:40:08 EST


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

Signed-off-by: Todor Tomov <todor.tomov@xxxxxxxxxx>
---
drivers/media/platform/qcom/camss/camss-vfe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/platform/qcom/camss/camss-vfe.c b/drivers/media/platform/qcom/camss/camss-vfe.c
index 256dc2d..51ad3f8 100644
--- a/drivers/media/platform/qcom/camss/camss-vfe.c
+++ b/drivers/media/platform/qcom/camss/camss-vfe.c
@@ -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

--
2.7.4