aboutsummaryrefslogtreecommitdiffstats
path: root/net/switchdev/switchdev.c
diff options
context:
space:
mode:
authorAnton Vasilyev <[email protected]>2017-08-15 12:19:54 +0000
committerMark Brown <[email protected]>2017-08-15 17:48:55 +0000
commit7b814a7d4e83b0917efef9dd11a8c095371f987c (patch)
tree8116e573b8b3967c468bf20a08fdeeba684ae392 /net/switchdev/switchdev.c
parentASoC: samsung: make snd_soc_platform_driver const (diff)
downloadkernel-7b814a7d4e83b0917efef9dd11a8c095371f987c.tar.gz
kernel-7b814a7d4e83b0917efef9dd11a8c095371f987c.zip
ASoC: samsung: i2s: Null pointer dereference on samsung_i2s_remove
If (quirks & QUIRK_SEC_DAI == 0) then samsung_i2s_probe() doesn't allocate sec_dai and pri_dai->sec_dai remains Null, but samsung_i2s_remove() performs pri_dai->sec_dai dereference in any case. The patch removes useless reinitialization of sec_dai at samsung_i2s_remove(), because resources are under devm control. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Anton Vasilyev <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions