提交 bf3c6ef7 编写于 作者: C Codrut Grosu 提交者: Mark Brown

ASoC: tegra: Add blank line after declarations

This was reported by checkpatch.pl
Signed-off-by: NCodrut GROSU <codrut.cristian.grosu@gmail.com>
Acked-by: NThierry Reding <treding@nvidia.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 e2c187a6
...@@ -41,6 +41,7 @@ static inline void tegra20_das_write(u32 reg, u32 val) ...@@ -41,6 +41,7 @@ static inline void tegra20_das_write(u32 reg, u32 val)
static inline u32 tegra20_das_read(u32 reg) static inline u32 tegra20_das_read(u32 reg)
{ {
u32 val; u32 val;
regmap_read(das->regmap, reg, &val); regmap_read(das->regmap, reg, &val);
return val; return val;
} }
......
...@@ -41,6 +41,7 @@ static inline void tegra30_apbif_write(u32 reg, u32 val) ...@@ -41,6 +41,7 @@ static inline void tegra30_apbif_write(u32 reg, u32 val)
static inline u32 tegra30_apbif_read(u32 reg) static inline u32 tegra30_apbif_read(u32 reg)
{ {
u32 val; u32 val;
regmap_read(ahub->regmap_apbif, reg, &val); regmap_read(ahub->regmap_apbif, reg, &val);
return val; return val;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册