aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorXin Gao <gaoxin@cdjrlc.com>2022-08-08 23:39:10 +0800
committerMark Brown <broonie@kernel.org>2022-08-15 01:20:01 +0100
commit1b5efeabf75a74043f1eb509ca3ac183b3ffaf89 (patch)
tree9dd0c7ab158874efde293ecbbc7d989063f99547 /sound/soc
parentASoC: mediatek: mt8186: remove unnecessary NULL check (diff)
downloadlinux-dev-1b5efeabf75a74043f1eb509ca3ac183b3ffaf89.tar.xz
linux-dev-1b5efeabf75a74043f1eb509ca3ac183b3ffaf89.zip
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>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/uda134x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/uda134x.c b/sound/soc/codecs/uda134x.c
index 2db3d8a60c7a..1a62bec94005 100644
--- a/sound/soc/codecs/uda134x.c
+++ b/sound/soc/codecs/uda134x.c
@@ -450,7 +450,7 @@ static int uda134x_soc_probe(struct snd_soc_component *component)
struct uda134x_priv *uda134x = snd_soc_component_get_drvdata(component);
struct uda134x_platform_data *pd = uda134x->pd;
const struct snd_soc_dapm_widget *widgets;
- unsigned num_widgets;
+ unsigned int num_widgets;
int ret;
printk(KERN_INFO "UDA134X SoC Audio Codec\n");