From: Greg Kroah-Hartman Date: Wed, 7 Mar 2012 21:21:23 +0000 (-0800) Subject: Staging: android: lowmemorykiller.c X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=624b225035b24e9d7c22cc214f449fc2ec2491c9;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git Staging: android: lowmemorykiller.c Fix compiler warning about the type of the module parameter. Cc: San Mehat Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/android/lowmemorykiller.c b/drivers/staging/android/lowmemorykiller.c index 03d1de241408..052b43e4e505 100644 --- a/drivers/staging/android/lowmemorykiller.c +++ b/drivers/staging/android/lowmemorykiller.c @@ -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 */