diff --git a/drivers/amlogic/media/deinterlace/deinterlace.c b/drivers/amlogic/media/deinterlace/deinterlace.c index 66c4d5786f67..e1bd6f793d12 100644 --- a/drivers/amlogic/media/deinterlace/deinterlace.c +++ b/drivers/amlogic/media/deinterlace/deinterlace.c @@ -3014,7 +3014,7 @@ config_di_wr_mif(struct DI_SIM_MIF_s *di_nrwr_mif, di_mtnwr_mif->canvas_num = di_buf->mtn_canvas_idx; } } -static bool force_prog; +static bool force_prog = true; module_param_named(force_prog, force_prog, bool, 0664); static void config_di_mif(struct DI_MIF_s *di_mif, struct di_buf_s *di_buf) {