Skip to content

Commit 0554673

Browse files
Saravana Kannangregkh
authored andcommitted
driver core: Enable fw_devlink=rpm by default
fw_devlink=on has stabilized and is working correctly. Let's start using device links created by fw_devlink to also enforce runtime PM ordering. Signed-off-by: Saravana Kannan <saravanak@google.com> Link: https://lore.kernel.org/r/20231113220948.80089-1-saravanak@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 3babbf6 commit 0554673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/base/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ static void device_links_purge(struct device *dev)
16411641
#define FW_DEVLINK_FLAGS_RPM (FW_DEVLINK_FLAGS_ON | \
16421642
DL_FLAG_PM_RUNTIME)
16431643

1644-
static u32 fw_devlink_flags = FW_DEVLINK_FLAGS_ON;
1644+
static u32 fw_devlink_flags = FW_DEVLINK_FLAGS_RPM;
16451645
static int __init fw_devlink_setup(char *arg)
16461646
{
16471647
if (!arg)

0 commit comments

Comments
 (0)