Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3750a8f7 authored by Fengguang Wu's avatar Fengguang Wu Committed by Mark Brown
Browse files

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: default avatarFengguang Wu <fengguang.wu@intel.com>
Acked-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 8046249d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,