Skip to content

Commit d8ab468

Browse files
committed
Revert "driver core: Set fw_devlink.strict=1 by default"
This reverts commit 7106654. It causes boot problems on some systems, so revert it for now until it is worked out. Cc: Geert Uytterhoeven <[email protected]> Cc: Saravana Kannan <[email protected]> Fixes: 7106654 ("driver core: Set fw_devlink.strict=1 by default") Reported-by: Olof Johansson <[email protected]> Link: https://lore.kernel.org/r/CAOesGMjQHhTUMBGHQcME4JBkZCof2NEQ4gaM1GWFgH40+LN9AQ@mail.gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 80e78fc commit d8ab468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/base/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ static int __init fw_devlink_setup(char *arg)
16251625
}
16261626
early_param("fw_devlink", fw_devlink_setup);
16271627

1628-
static bool fw_devlink_strict = true;
1628+
static bool fw_devlink_strict;
16291629
static int __init fw_devlink_strict_setup(char *arg)
16301630
{
16311631
return strtobool(arg, &fw_devlink_strict);

0 commit comments

Comments
 (0)