From debb14ac34de263c9be22c654b2f1887aed2add8 Mon Sep 17 00:00:00 2001 From: Luan Yuan Date: Tue, 18 Jun 2019 14:34:44 +0800 Subject: [PATCH] deinterlace: add sysfs pulldown_enable. [1/1] PD#SWPL-9750 Problem: the system lost pulldown_enable Solution: fixed it Verify: verify by franklin Change-Id: I2b5fe4f74ecf295bb44bdeecfeb6a5cc9188c3f3 Signed-off-by: Luan Yuan --- drivers/amlogic/media/deinterlace/deinterlace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/amlogic/media/deinterlace/deinterlace.c b/drivers/amlogic/media/deinterlace/deinterlace.c index 90b48fc4c804..3197e21dfb77 100644 --- a/drivers/amlogic/media/deinterlace/deinterlace.c +++ b/drivers/amlogic/media/deinterlace/deinterlace.c @@ -8363,8 +8363,8 @@ module_param_named(overturn, overturn, bool, 0664); module_param_named(queue_print_flag, queue_print_flag, int, 0664); module_param_named(full_422_pack, full_422_pack, bool, 0644); module_param_named(cma_print, cma_print, bool, 0644); -#ifdef DEBUG_SUPPORT module_param_named(pulldown_enable, pulldown_enable, bool, 0644); +#ifdef DEBUG_SUPPORT #ifdef RUN_DI_PROCESS_IN_IRQ module_param_named(input2pre, input2pre, uint, 0664); module_param_named(input2pre_buf_miss_count, input2pre_buf_miss_count,