* [PATCH] ASoC: cs47l24: Fixup missing variable typo
@ 2016-10-26 13:29 Charles Keepax
0 siblings, 0 replies; only message in thread
From: Charles Keepax @ 2016-10-26 13:29 UTC (permalink / raw)
To: broonie; +Cc: alsa-devel, patches, lgirdwood
Fixes: 31833ead95c2 ("ASoC: arizona: Move request of speaker IRQs into bus probe")
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
---
Apologies for this was a mess up in my test setup missed this one.
Thanks,
Charles
sound/soc/codecs/cs47l24.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/cs47l24.c b/sound/soc/codecs/cs47l24.c
index c5c5a2d..f9e720b 100644
--- a/sound/soc/codecs/cs47l24.c
+++ b/sound/soc/codecs/cs47l24.c
@@ -1313,6 +1313,7 @@ static int cs47l24_probe(struct platform_device *pdev)
static int cs47l24_remove(struct platform_device *pdev)
{
struct cs47l24_priv *cs47l24 = platform_get_drvdata(pdev);
+ struct arizona *arizona = cs47l24->core.arizona;
snd_soc_unregister_platform(&pdev->dev);
snd_soc_unregister_codec(&pdev->dev);
--
2.1.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-26 13:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-26 13:29 [PATCH] ASoC: cs47l24: Fixup missing variable typo Charles Keepax
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).