]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is used
authorLuis R. Rodriguez <mcgrof@kernel.org>
Wed, 21 Mar 2018 22:34:28 +0000 (15:34 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Mar 2018 17:33:26 +0000 (18:33 +0100)
commitb3fe07c8fc1b94944cd183bcc64fb6b73c862703
treeb39949f1079df084af6aeabe1c4f4ab191172041
parent759ceca4edfc0792f6595de02763732b68a80cfc
firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is used

When the sysctl knob is used ignore the fallback mechanism we pr_info_once()
to ensure its noted the knob was used. The print incorrectly states its a
debugfs knob, its a sysctl knob, so correct this typo.

Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/firmware_loader/fallback.c