diff options
author | Chen Ni <[email protected]> | 2023-09-15 02:13:44 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-09-15 13:16:20 +0100 |
commit | c04efbfd76d23157e64e6d6147518c187ab4233a (patch) | |
tree | 888c18bf0345c7ca3ebfbfbf574b62d085858547 /rust/helpers.c | |
parent | bb0216d4db9ecaa51af45d8504757becbe5c050d (diff) |
ASoC: hdaudio.c: Add missing check for devm_kstrdup
Because of the potential failure of the devm_kstrdup(), the
dl[i].codecs->name could be NULL.
Therefore, we need to check it and return -ENOMEM in order to transfer
the error.
Fixes: 97030a43371e ("ASoC: Intel: avs: Add HDAudio machine board")
Signed-off-by: Chen Ni <[email protected]>
Reviewed-by: Amadeusz Sławiński <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'rust/helpers.c')
0 files changed, 0 insertions, 0 deletions