avin_detect: fix avin_detect_flag mistak in probe [1/1]

PD#TV-7797

Problem:
cat detect avin signal

Solution:
fix avin_detect_flag in probe

Verify:
x301

Change-Id: I2ee1f7fa243d31262f4e156e84e63440fe812c09
Signed-off-by: Evoke Zhang <evoke.zhang@amlogic.com>
This commit is contained in:
Evoke Zhang
2019-07-26 18:39:26 +08:00
parent 40acf218c9
commit ed316b8533

View File

@@ -1108,7 +1108,7 @@ static int tvafe_avin_detect_probe(struct platform_device *pdev)
(TVAFE_AVIN_INTERVAL * avin_timer_time);
add_timer(&avin_detect_timer);
avin_detect_flag = AVIN_DETECT_INIT;
avin_detect_flag |= AVIN_DETECT_INIT;
tvafe_pr_info("tvafe_avin_detect_probe ok.\n");
return 0;