ASoC: topology: Remove unneeded semicolon

There is unnecessary semicolon after last bracket of if statement,
remove it.

Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://lore.kernel.org/r/20200415162435.31859-1-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Amadeusz Sławiński 2020-04-15 12:24:34 -04:00 committed by Mark Brown
parent 83b35f4586
commit 980f91778a
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -2390,7 +2390,7 @@ static int soc_tplg_link_elems_load(struct soc_tplg *tplg,
tplg->pos += le32_to_cpu(hdr->size) +
le32_to_cpu(hdr->payload_size);
return 0;
};
}
/* check the element size and count */
link = (struct snd_soc_tplg_link_config *)tplg->pos;