OSDN Git Service

test_firmware: remove unnecessary test_fw_mutex in test_dev_config_show_xxx
authorScott Branden <scott.branden@broadcom.com>
Wed, 15 Apr 2020 00:25:17 +0000 (17:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Apr 2020 07:59:39 +0000 (09:59 +0200)
commit55623260bb33e2ab849af76edf2253bc04cb241f
tree087d8d89f9d2f9830e2b65693b93fcc411865724
parentab7c1e163b525316a870a494dd4ea196e7a6c455
test_firmware: remove unnecessary test_fw_mutex in test_dev_config_show_xxx

Remove unnecessary use of test_fw_mutex in test_dev_config_show_xxx
functions that show simple bool, int, and u8.

Signed-off-by: Scott Branden <scott.branden@broadcom.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Link: https://lore.kernel.org/r/20200415002517.4328-1-scott.branden@broadcom.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/test_firmware.c