projects
/
platform
/
kernel
/
swap-modules.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f71aa99
)
[FIX] Probe info size init
author
Alexander Aksenov
<a.aksenov@samsung.com>
Thu, 13 Nov 2014 13:26:28 +0000
(16:26 +0300)
committer
Alexander Aksenov
<a.aksenov@samsung.com>
Thu, 13 Nov 2014 13:26:28 +0000
(16:26 +0300)
Change-Id: I491eef3afcc3562aff5b144efa5dd6396b3398d5
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
parser/us_inst.c
patch
|
blob
|
history
diff --git
a/parser/us_inst.c
b/parser/us_inst.c
index
b36edba
..
3266a61
100644
(file)
--- a/
parser/us_inst.c
+++ b/
parser/us_inst.c
@@
-79,9
+79,9
@@
static int mod_func_inst(struct func_inst_data *func, struct pf_group *pfg,
/* ARM toolchain hates good style initialization of struct with union */
probe_i.probe_type = SWAP_RETPROBE;
+ probe_i.size = 0;
probe_i.rp_i.args = func->args;
probe_i.rp_i.ret_type = func->ret_type;
- probe_i.rp_i.size = 0;
ret = pf_register_probe(pfg, dentry, func->addr, &probe_i);
break;
}