ASoC: mfld: Remove unused variable
Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
de693006c9
commit
6c50e9147f
1 changed files with 0 additions and 2 deletions
|
@ -412,8 +412,6 @@ static int snd_mfld_mc_probe(struct platform_device *pdev)
|
||||||
|
|
||||||
static int snd_mfld_mc_remove(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");
|
pr_debug("snd_mfld_mc_remove called\n");
|
||||||
snd_soc_unregister_card(&snd_soc_card_mfld);
|
snd_soc_unregister_card(&snd_soc_card_mfld);
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue