]> git.baikalelectronics.ru Git - kernel.git/commit
debugfs: Re-use kstrtobool_from_user()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 3 May 2018 16:17:52 +0000 (19:17 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 14:48:18 +0000 (16:48 +0200)
commit62761bacde0e2292ac665727c89897a3125ac9a6
treef0094366ed90d68f80f0e6762d6e81b674d1ecec
parent6e3ea60e5387018d6354472d67bfd9f186483b8a
debugfs: Re-use kstrtobool_from_user()

Re-use kstrtobool_from_user() instead of open coded variant.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/debugfs/file.c