commit | 8da61f24cc4a4a66ecae69aa9b9aa8fd989a8969 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Oct 20 15:40:59 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Tue Jan 05 18:32:22 2016 +0000 |
tree | 3dae41e30879cf235f2602647500232fe3ea86ea | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec [diff] |
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>