aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra
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/tegra
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/tegra')
-rw-r--r--sound/soc/tegra/tegra20_i2s.c6
-rw-r--r--sound/soc/tegra/tegra20_spdif.c6
-rw-r--r--sound/soc/tegra/tegra30_ahub.c4
-rw-r--r--sound/soc/tegra/tegra30_i2s.c4
4 files changed, 10 insertions, 10 deletions
diff --git a/sound/soc/tegra/tegra20_i2s.c b/sound/soc/tegra/tegra20_i2s.c
index 52af7f6fb37f..364bf6a907e1 100644
--- a/sound/soc/tegra/tegra20_i2s.c
+++ b/sound/soc/tegra/tegra20_i2s.c
@@ -297,7 +297,7 @@ static bool tegra20_i2s_wr_rd_reg(struct device *dev, unsigned int reg)
297 return true; 297 return true;
298 default: 298 default:
299 return false; 299 return false;
300 }; 300 }
301} 301}
302 302
303static bool tegra20_i2s_volatile_reg(struct device *dev, unsigned int reg) 303static bool tegra20_i2s_volatile_reg(struct device *dev, unsigned int reg)
@@ -310,7 +310,7 @@ static bool tegra20_i2s_volatile_reg(struct device *dev, unsigned int reg)
310 return true; 310 return true;
311 default: 311 default:
312 return false; 312 return false;
313 }; 313 }
314} 314}
315 315
316static bool tegra20_i2s_precious_reg(struct device *dev, unsigned int reg) 316static bool tegra20_i2s_precious_reg(struct device *dev, unsigned int reg)
@@ -321,7 +321,7 @@ static bool tegra20_i2s_precious_reg(struct device *dev, unsigned int reg)
321 return true; 321 return true;
322 default: 322 default:
323 return false; 323 return false;
324 }; 324 }
325} 325}
326 326
327static const struct regmap_config tegra20_i2s_regmap_config = { 327static const struct regmap_config tegra20_i2s_regmap_config = {
diff --git a/sound/soc/tegra/tegra20_spdif.c b/sound/soc/tegra/tegra20_spdif.c
index 551b3c93ce93..08bc6931c7c7 100644
--- a/sound/soc/tegra/tegra20_spdif.c
+++ b/sound/soc/tegra/tegra20_spdif.c
@@ -213,7 +213,7 @@ static bool tegra20_spdif_wr_rd_reg(struct device *dev, unsigned int reg)
213 return true; 213 return true;
214 default: 214 default:
215 return false; 215 return false;
216 }; 216 }
217} 217}
218 218
219static bool tegra20_spdif_volatile_reg(struct device *dev, unsigned int reg) 219static bool tegra20_spdif_volatile_reg(struct device *dev, unsigned int reg)
@@ -234,7 +234,7 @@ static bool tegra20_spdif_volatile_reg(struct device *dev, unsigned int reg)
234 return true; 234 return true;
235 default: 235 default:
236 return false; 236 return false;
237 }; 237 }
238} 238}
239 239
240static bool tegra20_spdif_precious_reg(struct device *dev, unsigned int reg) 240static bool tegra20_spdif_precious_reg(struct device *dev, unsigned int reg)
@@ -247,7 +247,7 @@ static bool tegra20_spdif_precious_reg(struct device *dev, unsigned int reg)
247 return true; 247 return true;
248 default: 248 default:
249 return false; 249 return false;
250 }; 250 }
251} 251}
252 252
253static const struct regmap_config tegra20_spdif_regmap_config = { 253static const struct regmap_config tegra20_spdif_regmap_config = {
diff --git a/sound/soc/tegra/tegra30_ahub.c b/sound/soc/tegra/tegra30_ahub.c
index d554d46d08b5..805b1f399dc3 100644
--- a/sound/soc/tegra/tegra30_ahub.c
+++ b/sound/soc/tegra/tegra30_ahub.c
@@ -346,7 +346,7 @@ static bool tegra30_ahub_apbif_wr_rd_reg(struct device *dev, unsigned int reg)
346 return true; 346 return true;
347 default: 347 default:
348 break; 348 break;
349 }; 349 }
350 350
351 if (REG_IN_ARRAY(reg, CHANNEL_CTRL) || 351 if (REG_IN_ARRAY(reg, CHANNEL_CTRL) ||
352 REG_IN_ARRAY(reg, CHANNEL_CLEAR) || 352 REG_IN_ARRAY(reg, CHANNEL_CLEAR) ||
@@ -381,7 +381,7 @@ static bool tegra30_ahub_apbif_volatile_reg(struct device *dev,
381 return true; 381 return true;
382 default: 382 default:
383 break; 383 break;
384 }; 384 }
385 385
386 if (REG_IN_ARRAY(reg, CHANNEL_CLEAR) || 386 if (REG_IN_ARRAY(reg, CHANNEL_CLEAR) ||
387 REG_IN_ARRAY(reg, CHANNEL_STATUS) || 387 REG_IN_ARRAY(reg, CHANNEL_STATUS) ||
diff --git a/sound/soc/tegra/tegra30_i2s.c b/sound/soc/tegra/tegra30_i2s.c
index 47565fd04505..bd71145f3639 100644
--- a/sound/soc/tegra/tegra30_i2s.c
+++ b/sound/soc/tegra/tegra30_i2s.c
@@ -369,7 +369,7 @@ static bool tegra30_i2s_wr_rd_reg(struct device *dev, unsigned int reg)
369 return true; 369 return true;
370 default: 370 default:
371 return false; 371 return false;
372 }; 372 }
373} 373}
374 374
375static bool tegra30_i2s_volatile_reg(struct device *dev, unsigned int reg) 375static bool tegra30_i2s_volatile_reg(struct device *dev, unsigned int reg)
@@ -382,7 +382,7 @@ static bool tegra30_i2s_volatile_reg(struct device *dev, unsigned int reg)
382 return true; 382 return true;
383 default: 383 default:
384 return false; 384 return false;
385 }; 385 }
386} 386}
387 387
388static const struct regmap_config tegra30_i2s_regmap_config = { 388static const struct regmap_config tegra30_i2s_regmap_config = {