]> asedeno.scripts.mit.edu Git - linux.git/commit
regmap: debugfs: Use seq_file for the access map
authorMark Brown <broonie@kernel.org>
Tue, 20 Oct 2015 14:40:59 +0000 (15:40 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 5 Jan 2016 18:32:22 +0000 (18:32 +0000)
commit8da61f24cc4a4a66ecae69aa9b9aa8fd989a8969
tree3dae41e30879cf235f2602647500232fe3ea86ea
parent8005c49d9aea74d382f474ce11afbbc7d7130bec
regmap: debugfs: Use seq_file for the access map

Unlike the registers file we don't have any substantial performance
concerns rendering the entire file (it involves no device accesses) so
just use seq_printf() to simplify the code.

Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-debugfs.c