ASoC: tas2781: Fix a warning reported by robot kernel test
authorShenghao Ding <shenghao-ding@ti.com>
Sun, 5 May 2024 12:23:45 +0000 (20:23 +0800)
committerMark Brown <broonie@kernel.org>
Sun, 5 May 2024 15:03:54 +0000 (00:03 +0900)
commit1ae14f3520b1a0ad144610a3f592c81a3e81cd1b
tree703f7e6a9c66c9014335c0347f197936e711b5f3
parentba2a2c378ada0cd641a1887151ea8af532617c69
ASoC: tas2781: Fix a warning reported by robot kernel test

Fix a warning reported by robot kernel test that 'fw_entry' in function
'tas2781_load_calibration' is used uninitialized with compiler
sh4-linux-gcc (GCC) 13.2.0, an update of copyright and a correction of the
comments.

Fixes: ef3bcde75d06 ("ASoc: tas2781: Add tas2781 driver")
Signed-off-by: Shenghao Ding <shenghao-ding@ti.com>
Link: https://lore.kernel.org/r/20240505122346.1326-1-shenghao-ding@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2781-fmwlib.c