87654093334b9ba9a183b6f867ec9c76681de196

In case of watchdog interrupt, power off sequence will get called which will make intr_status to 0 due to which enable_irq gets called from isr_handler irrespective of watchdog interrupt. Now during power up sequence again when the enable_irq gets called, it will through "Unbalanced enable for irq" error. Added a fix for the same. Call trace -> enable_irq+0x9c/0xf8 __power_on_ar50lt+0x2d4/0x320 [msm_video] __load_fw+0x92c/0x1368 [msm_video] venus_hfi_core_init+0x64/0x468 [msm_video] msm_vidc_core_init+0x158/0x4bc [msm_video] msm_vidc_open+0x90/0x804 [msm_video] Change-Id: Ic675d7540ef029e530a8cd5b87fb97f72e72057f Signed-off-by: Vedang Nagar <quic_vnagar@quicinc.com>
Описание
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%