mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 01:01:52 +00:00
regmap: ac97: Clean up indentation
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
97bf6af1f9
commit
927db287ba
@ -74,8 +74,8 @@ static int regmap_ac97_reg_write(void *context, unsigned int reg,
|
||||
}
|
||||
|
||||
static const struct regmap_bus ac97_regmap_bus = {
|
||||
.reg_write = regmap_ac97_reg_write,
|
||||
.reg_read = regmap_ac97_reg_read,
|
||||
.reg_write = regmap_ac97_reg_write,
|
||||
.reg_read = regmap_ac97_reg_read,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user