[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <543feedb.9M0AZfu7MKIHlZcy%fengguang.wu@intel.com>
Date: Fri, 17 Oct 2014 00:14:19 +0800
From: Fengguang Wu <fengguang.wu@...el.com>
To: Mark Brown <broonie@...nel.org>
Cc: linux-kernel@...r.kernel.org, alsa-devel@...a-project.org,
Vinod Koul <vinod.koul@...el.com>
Subject: [PATCH] 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
CC: Vinod Koul <vinod.koul@...el.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
sst-atom-controls.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/sound/soc/intel/sst-atom-controls.c
+++ b/sound/soc/intel/sst-atom-controls.c
@@ -246,7 +246,7 @@ static int sst_gain_get(struct snd_kcont
dev_err(component->dev, "Invalid Input- gain type:%d\n",
mc->type);
return -EINVAL;
- };
+ }
return 0;
}
@@ -286,7 +286,7 @@ static int sst_gain_put(struct snd_kcont
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,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists