Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: Variable type completion

'unsigned int' is better than 'unsigned'.

Signed-off-by: Xin Gao <gaoxin@cdjrlc.com>
Link: https://lore.kernel.org/r/20220808153910.59545-1-gaoxin@cdjrlc.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Xin Gao and committed by
Mark Brown
1b5efeab b9f0a8ff

+1 -1
+1 -1
sound/soc/codecs/uda134x.c
··· 450 450 struct uda134x_priv *uda134x = snd_soc_component_get_drvdata(component); 451 451 struct uda134x_platform_data *pd = uda134x->pd; 452 452 const struct snd_soc_dapm_widget *widgets; 453 - unsigned num_widgets; 453 + unsigned int num_widgets; 454 454 int ret; 455 455 456 456 printk(KERN_INFO "UDA134X SoC Audio Codec\n");