From: Mark Brown Date: Fri, 28 Jun 2013 09:57:26 +0000 (+0100) Subject: ASoC: mfld: Remove unused variable X-Git-Tag: Ubuntu-5.10.0-12.13~18799^2~2^2^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6c50e9147ff03996417e24a11e31831d245b52f0;p=mirror_ubuntu-hirsute-kernel.git ASoC: mfld: Remove unused variable Reported-by: Fengguang Wu Signed-off-by: Mark Brown --- diff --git a/sound/soc/mid-x86/mfld_machine.c b/sound/soc/mid-x86/mfld_machine.c index aec29a805354..ee363845759e 100644 --- a/sound/soc/mid-x86/mfld_machine.c +++ b/sound/soc/mid-x86/mfld_machine.c @@ -412,8 +412,6 @@ static int snd_mfld_mc_probe(struct platform_device *pdev) static int snd_mfld_mc_remove(struct platform_device *pdev) { - struct mfld_mc_private *mc_drv_ctx = platform_get_drvdata(pdev); - pr_debug("snd_mfld_mc_remove called\n"); snd_soc_unregister_card(&snd_soc_card_mfld); return 0;