ASoC: Intel: catpt: remove unneeded semicolon

Eliminate the following coccicheck warning:
./sound/soc/intel/catpt/pcm.c:355:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/1612166481-121376-1-git-send-email-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Yang Li 2021-02-01 16:01:21 +08:00 committed by Mark Brown
parent be6be67e13
commit e01a03db74
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -352,7 +352,7 @@ static int catpt_dai_apply_usettings(struct snd_soc_dai *dai,
break;
default:
return 0;
};
}
list_for_each_entry(pos, &component->card->snd_card->controls, list) {
if (pos->private_data == component &&