Skip to content

Commit 39d7279

Browse files
drivers: kprofiles: set balanced profile by default
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
1 parent e638613 commit 39d7279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/misc/kprofiles.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <linux/moduleparam.h>
88
#include <linux/kprofiles.h>
99

10-
static unsigned int enabled = 0;
10+
static unsigned int enabled = 2;
1111
module_param(enabled, uint, 0664);
1212

1313

0 commit comments

Comments
 (0)