mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
tvafe: add Variable initialization
PD#172153: fix complie error for some GCC version Change-Id: I0f09bf4097dfea278c63d69e789ee99b016e84b2 Signed-off-by: Nian Jing <nian.jing@amlogic.com>
This commit is contained in:
@@ -2202,7 +2202,8 @@ inline void tvafe_cvd2_adj_hs(struct tvafe_cvd2_s *cvd2,
|
||||
unsigned int hcnt64)
|
||||
{
|
||||
unsigned int hcnt64_max, hcnt64_min, temp, delta;
|
||||
unsigned int diff, hcnt64_ave, i, hcnt64_standard;
|
||||
unsigned int diff, hcnt64_ave, i;
|
||||
unsigned int hcnt64_standard = 0;
|
||||
|
||||
if (tvafe_cpu_type() >= CPU_TYPE_GXTVBB) {
|
||||
if (cvd2->config_fmt == TVIN_SIG_FMT_CVBS_PAL_I)
|
||||
|
||||
Reference in New Issue
Block a user