diff options
| author | Gustavo A. R. Silva <[email protected]> | 2018-07-26 15:49:10 -0500 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2018-07-30 12:02:30 +0100 |
| commit | ae1c696a480c67c45fb23b35162183f72c6be0e1 (patch) | |
| tree | e5be7f08c77fe543dd36296989de2714f878d6a7 /tools/perf/scripts/python | |
| parent | 4321723648b0abb456f7a9af51bb09a4ec60799d (diff) | |
ASoC: sirf: Fix potential NULL pointer dereference
There is a potential execution path in which function
platform_get_resource() returns NULL. If this happens,
we will end up having a NULL pointer dereference.
Fix this by replacing devm_ioremap with devm_ioremap_resource,
which has the NULL check and the memory region request.
This code was detected with the help of Coccinelle.
Cc: [email protected]
Fixes: 2bd8d1d5cf89 ("ASoC: sirf: Add audio usp interface driver")
Signed-off-by: Gustavo A. R. Silva <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions