]> git.baikalelectronics.ru Git - kernel.git/commit
driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE stronger
authorLaura Abbott <labbott@redhat.com>
Fri, 7 Oct 2016 16:09:30 +0000 (09:09 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Oct 2016 15:47:12 +0000 (17:47 +0200)
commitc55af802f17a499a1b7362080b5a487578424fdf
tree09d222e8602965be3b17668c90886f2019c47885
parentebc5fbd0971b448340c73fda94e4b43bc6bfaf66
driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE stronger

The current state of driver removal is not great.
CONFIG_DEBUG_TEST_DRIVER_REMOVE finds lots of errors. The help text
currently undersells exactly how many errors this option will find. Add
a bit more description to indicate this option shouldn't be turned on
unless you actually want to debug driver removal. The text can be
changed later when more drivers are fixed up.

Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/Kconfig