]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Staging: android: lowmemorykiller.c
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Mar 2012 21:21:23 +0000 (13:21 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Mar 2012 21:21:23 +0000 (13:21 -0800)
Fix compiler warning about the type of the module parameter.

Cc: San Mehat <san@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/lowmemorykiller.c

index 03d1de24140894ec8d147edb965d809d5b7f158c..052b43e4e505148aa0da8b4da5b611da85b5dd3c 100644 (file)
@@ -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 */