]> git.baikalelectronics.ru Git - kernel.git/commit
regmap: debugfs: document why we don't create the debugfs entries
authorBartosz Golaszewski <brgl@bgdev.pl>
Fri, 22 Dec 2017 17:42:08 +0000 (18:42 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 27 Dec 2017 10:33:24 +0000 (10:33 +0000)
commit491fa5214cf1536e610bb393e3204a0e08f1b1a1
tree540e6b4e8e9e8ce21b3dfea484dea3a07611c66c
parent673bb7f817551b9eb64bfa58615b8e77200e173b
regmap: debugfs: document why we don't create the debugfs entries

This is a follow-up to commit 673bb7f81755 ("regmap: debugfs: emit a
debug message when locking is disabled"). I figured that a user may
see this message, grep the code, come to this place and he still won't
know why we actually disabled debugfs.

Add a comment explaining the reason.

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