Skip to content

Commit 42bcba2

Browse files
authored
Merge pull request #8 from Tashar02/main
-> kp: Make kp_mode an unsigned int type variable
2 parents dd4648e + b2036f5 commit 42bcba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ static bool screen_on = true;
3838
static bool auto_kprofiles __read_mostly = true;
3939
module_param(auto_kprofiles, bool, 0664);
4040

41-
static int kp_mode = CONFIG_DEFAULT_KP_MODE;
41+
static unsigned int kp_mode = CONFIG_DEFAULT_KP_MODE;
4242
module_param(kp_mode, int, 0664);
4343

4444
DEFINE_MUTEX(kplock);

0 commit comments

Comments
 (0)