mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
f028e72ae6402bd11efee631c08dbc66ecc61a39
PD#SWPL-175816 Problem: oops happen Solution: oops happen in loopback probe if pdma is disabled, because loopback use pdm as mic-src. mic device(dev_src) is null if pdma is disabled, so it leads to oops for null pointer dereference. Here add judge null code to protect this code. Verify: local coffey + S7D Change-Id: Ia12a834aeb1de597aed2a634c0fc2fcb44464821 Signed-off-by: chuntian.miao <chuntian.miao@amlogic.com>
Description
No description provided
Languages
C
98.9%
Perl
0.4%
Makefile
0.4%
Shell
0.2%