projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eda516
)
Staging: android: lowmemorykiller.c
author
Greg Kroah-Hartman
<
[email protected]
>
Wed, 7 Mar 2012 21:21:23 +0000
(13:21 -0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 7 Mar 2012 21:21:23 +0000
(13:21 -0800)
Fix compiler warning about the type of the module parameter.
Cc: San Mehat <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/android/lowmemorykiller.c
patch
|
blob
|
history
diff --git
a/drivers/staging/android/lowmemorykiller.c
b/drivers/staging/android/lowmemorykiller.c
index 03d1de24140894ec8d147edb965d809d5b7f158c..052b43e4e505148aa0da8b4da5b611da85b5dd3c 100644
(file)
--- 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
in
t lowmem_minfree[6] = {
3 * 512, /* 6MB */
2 * 1024, /* 8MB */
4 * 1024, /* 16MB */