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)
commit078711d7f88d33b0adebb402a1bcb2aa89afe68b
tree540e6b4e8e9e8ce21b3dfea484dea3a07611c66c
parenta5ba91c380b8bcca21e6166fc71c5e5ac9f0db68
regmap: debugfs: document why we don't create the debugfs entries

This is a follow-up to commit a5ba91c380b8 ("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