Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 624b2250 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: android: lowmemorykiller.c



Fix compiler warning about the type of the module parameter.

Cc: San Mehat <san@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1eda5166
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ static int lowmem_adj[6] = {
	12,
};
static int lowmem_adj_size = 4;
static size_t lowmem_minfree[6] = {
static int lowmem_minfree[6] = {
	3 * 512,	/* 6MB */
	2 * 1024,	/* 8MB */
	4 * 1024,	/* 16MB */