Commit 927db287 authored by Mark Brown's avatar Mark Brown

regmap: ac97: Clean up indentation

Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 97bf6af1
...@@ -74,8 +74,8 @@ static int regmap_ac97_reg_write(void *context, unsigned int reg, ...@@ -74,8 +74,8 @@ static int regmap_ac97_reg_write(void *context, unsigned int reg,
} }
static const struct regmap_bus ac97_regmap_bus = { static const struct regmap_bus ac97_regmap_bus = {
.reg_write = regmap_ac97_reg_write, .reg_write = regmap_ac97_reg_write,
.reg_read = regmap_ac97_reg_read, .reg_read = regmap_ac97_reg_read,
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment