mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 21:56:39 +07:00
ASoC: Intel: mrfld: fix semicolon.cocci warnings
sound/soc/intel/sst-atom-controls.c:249:2-3: Unneeded semicolon sound/soc/intel/sst-atom-controls.c:289:2-3: Unneeded semicolon Removes unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
8046249d3e
commit
3750a8f7d1
@ -454,7 +454,7 @@ static int sst_gain_get(struct snd_kcontrol *kcontrol,
|
||||
dev_err(component->dev, "Invalid Input- gain type:%d\n",
|
||||
mc->type);
|
||||
return -EINVAL;
|
||||
};
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
@ -494,7 +494,7 @@ static int sst_gain_put(struct snd_kcontrol *kcontrol,
|
||||
dev_err(cmpnt->dev, "Invalid Input- gain type:%d\n",
|
||||
mc->type);
|
||||
return -EINVAL;
|
||||
};
|
||||
}
|
||||
|
||||
if (mc->w && mc->w->power)
|
||||
ret = sst_send_gain_cmd(drv, gv, mc->task_id,
|
||||
|
Loading…
Reference in New Issue
Block a user