summaryrefslogtreecommitdiff
path: root/drivers/base/core.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-09-24 14:32:01 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-09-24 14:32:01 +0300
commitec9c88070debd8d87335f2468481a41d6bc2d0c6 (patch)
tree61a028be128fa7236f739165efef42c66de919d2 /drivers/base/core.c
parenta791dc135325862fdf491ac088f54993710e2515 (diff)
parent1707c39ae309bf91965aa6f04d63816a090d90a1 (diff)
downloadlinux-ec9c88070debd8d87335f2468481a41d6bc2d0c6.tar.xz
Merge 1707c39ae309 ("Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core") driver-core-next
This merges the driver core changes in 6.0-rc7 into driver-core-next as they are needed here as well for testing. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/core.c')
-rw-r--r--drivers/base/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/core.c b/drivers/base/core.c
index fd0410329046..e16840886f14 100644
--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -1625,7 +1625,7 @@ static int __init fw_devlink_setup(char *arg)
}
early_param("fw_devlink", fw_devlink_setup);
-static bool fw_devlink_strict = true;
+static bool fw_devlink_strict;
static int __init fw_devlink_strict_setup(char *arg)
{
return strtobool(arg, &fw_devlink_strict);