From: Alexander Aksenov Date: Mon, 15 Jul 2013 09:11:30 +0000 (+0400) Subject: [FIX] For 0525593eaae73c00e1edfc47aff7a151b4f4cac8 X-Git-Tag: accepted/tizen/mobile/20160407.001200~468 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8263a5eebe9d9273a6921c702db23256adc29c9a;p=platform%2Fkernel%2Fswap-modules.git [FIX] For 0525593eaae73c00e1edfc47aff7a151b4f4cac8 --- diff --git a/uprobe/swap_uprobes.c b/uprobe/swap_uprobes.c index a2f0a41..4b3e551 100644 --- a/uprobe/swap_uprobes.c +++ b/uprobe/swap_uprobes.c @@ -805,7 +805,7 @@ int dbi_register_uretprobe(struct uretprobe *rp) if (ret) return ret; - arch_opcode_analysis_uretprobe(rp->up.kp.opcode); + arch_opcode_analysis_uretprobe(rp); return 0; }