diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-09-13 06:22:42 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-17 08:35:53 -0400 |
commit | e19bcb6b95c0326ca364814b86b32799aa7e20db (patch) | |
tree | 7012602c8eeca0dc37fa30dfc193ccfcb04392f7 /sound/soc/fsl | |
parent | a851a2bb2d746ccdec0c7cc6ed1c9774921e721e (diff) |
ASoC: fsl_spdif: Remove redundant semicolon
Redundant semicolon at the end of brace is removed.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/fsl_spdif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c index 3920c3e849ce..c0fea02114e1 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) | |||
963 | return true; | 963 | return true; |
964 | default: | 964 | default: |
965 | return false; | 965 | return false; |
966 | }; | 966 | } |
967 | } | 967 | } |
968 | 968 | ||
969 | static bool fsl_spdif_writeable_reg(struct device *dev, unsigned int reg) | 969 | 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) | |||
982 | return true; | 982 | return true; |
983 | default: | 983 | default: |
984 | return false; | 984 | return false; |
985 | }; | 985 | } |
986 | } | 986 | } |
987 | 987 | ||
988 | static const struct regmap_config fsl_spdif_regmap_config = { | 988 | static const struct regmap_config fsl_spdif_regmap_config = { |