aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tas5086.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-10-08 18:55:45 -0400
committerTakashi Iwai <tiwai@suse.de>2013-10-14 05:00:05 -0400
commit1d198f26c98e6501659d741d530f7b65e4b7aec3 (patch)
tree8b45bfe28932edb62f0d1e68c346face3e1bcd4b /sound/soc/codecs/tas5086.c
parentcd4035e814b04c009ece9939396d06370c53ed44 (diff)
sound: Remove unnecessary semicolons
These aren't necessary after switch and if blocks. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/tas5086.c')
-rw-r--r--sound/soc/codecs/tas5086.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tas5086.c b/sound/soc/codecs/tas5086.c
index 6d31d88f7204..e29cdb7ee232 100644
--- a/sound/soc/codecs/tas5086.c
+++ b/sound/soc/codecs/tas5086.c
@@ -429,7 +429,7 @@ static int tas5086_hw_params(struct snd_pcm_substream *substream,
429 default: 429 default:
430 dev_err(codec->dev, "Invalid bit width\n"); 430 dev_err(codec->dev, "Invalid bit width\n");
431 return -EINVAL; 431 return -EINVAL;
432 }; 432 }
433 433
434 ret = regmap_write(priv->regmap, TAS5086_SERIAL_DATA_IF, val); 434 ret = regmap_write(priv->regmap, TAS5086_SERIAL_DATA_IF, val);
435 if (ret < 0) 435 if (ret < 0)