projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a851a2b
)
ASoC: fsl_spdif: Remove redundant semicolon
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 13 Sep 2013 10:22:42 +0000
(15:52 +0530)
committer
Mark Brown
<broonie@linaro.org>
Tue, 17 Sep 2013 12:35:53 +0000
(13:35 +0100)
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>
sound/soc/fsl/fsl_spdif.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/fsl/fsl_spdif.c
b/sound/soc/fsl/fsl_spdif.c
index 3920c3e849ce4dfd6b76f77d877363243d8234d5..c0fea02114e1e9b10c8f6b9afcfb61b1b5d901bc 100644
(file)
--- 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 = {