]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: rt1320: fix the warning 'rae_fw' from request_firmware() not released
authorShuming Fan <shumingf@realtek.com>
Tue, 14 Apr 2026 07:14:41 +0000 (15:14 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 14 Apr 2026 11:13:53 +0000 (12:13 +0100)
commitcf162476f7e082662691e75f96bfc99c6a64810d
tree54a96237e1ab80aba1134a8db2b1dfda5d2ccf38
parent54a032d3e62fd1792cb16d8096aaf00397589c5f
ASoC: rt1320: fix the warning 'rae_fw' from request_firmware() not released

New smatch warnings:
sound/soc/codecs/rt1320-sdw.c:1575 rt1320_rae_load() warn: 'rae_fw' from
request_firmware() not released on lines: 1575.

Fixes: 22937af75abb ("ASoC: rt1320: support RAE parameters loading")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <error27@gmail.com>
Closes: https://lore.kernel.org/r/202604111548.EL450PMb-lkp@intel.com/
Signed-off-by: Shuming Fan <shumingf@realtek.com>
Link: https://patch.msgid.link/20260414071441.1524039-1-shumingf@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt1320-sdw.c