ASoC: cs35l56: Fix illegal use of init_completion()
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Fri, 6 Oct 2023 16:44:05 +0000 (17:44 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 9 Oct 2023 12:13:49 +0000 (13:13 +0100)
commitaf5fd122d7bd739a2b66405f6e8ab92557279325
tree75a013c6e1b08368a2cea543618d498e0aeffc39
parent1426b9ba7c453755d182ebf7e7f2367ba249dcf4
ASoC: cs35l56: Fix illegal use of init_completion()

Fix cs35l56_patch() to call reinit_completion() to reinitialize
the completion object.

It was incorrectly using init_completion().

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Fixes: e49611252900 ("ASoC: cs35l56: Add driver for Cirrus Logic CS35L56")
Link: https://lore.kernel.org/r/20231006164405.253796-1-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/cs35l56.c