[alsa-devel] [PATCH 1/1] ASoC: fsl_spdif: Remove redundant semicolon
Sachin Kamat
sachin.kamat at linaro.org
Fri Sep 13 12:22:42 CEST 2013
Redundant semicolon at the end of brace is removed.
Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org>
---
sound/soc/fsl/fsl_spdif.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c
index 3920c3e..c0fea02 100644
--- a/sound/soc/fsl/fsl_spdif.c
+++ b/sound/soc/fsl/fsl_spdif.c
@@ -963,7 +963,7 @@ static bool fsl_spdif_readable_reg(struct device *dev, unsigned int reg)
return true;
default:
return false;
- };
+ }
}
static bool fsl_spdif_writeable_reg(struct device *dev, unsigned int reg)
@@ -982,7 +982,7 @@ static bool fsl_spdif_writeable_reg(struct device *dev, unsigned int reg)
return true;
default:
return false;
- };
+ }
}
static const struct regmap_config fsl_spdif_regmap_config = {
--
1.7.9.5
More information about the Alsa-devel
mailing list