mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
aa250925bb4588f02f448d2db7519be9cfcced53
PD#SWPL-218573 PD#TV-166394 Problem: wake_up_process+0x18/0x24 vad_wakeup_isr+0x68/0x9c [amlogic_snd_soc] __handle_irq_event_percpu+0xc0/0x2fc handle_irq_event+0x60/0xcc root cause: in disable vad function, after set thread handle as null, but in IRQ callback function still access thread handle. Solution: free IRQ first then set thread handle as null in disable vad function. Verify: t5m Change-Id: I92897ce88ecb98ee75a058e557d697a3d36c6b76 Signed-off-by: jian zhou <jian.zhou@amlogic.com>
Description
No description provided
Languages
C
98.9%
Perl
0.4%
Makefile
0.4%
Shell
0.2%