diff options
Diffstat (limited to 'arch/arm/probes/uprobes/core.c')
-rw-r--r-- | arch/arm/probes/uprobes/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/probes/uprobes/core.c b/arch/arm/probes/uprobes/core.c index b2954f6d3abe..d1329f1ba4e4 100644 --- a/arch/arm/probes/uprobes/core.c +++ b/arch/arm/probes/uprobes/core.c | |||
@@ -88,7 +88,7 @@ int arch_uprobe_analyze_insn(struct arch_uprobe *auprobe, struct mm_struct *mm, | |||
88 | auprobe->ixol[1] = __opcode_to_mem_arm(UPROBE_SS_ARM_INSN); | 88 | auprobe->ixol[1] = __opcode_to_mem_arm(UPROBE_SS_ARM_INSN); |
89 | 89 | ||
90 | ret = arm_probes_decode_insn(insn, &auprobe->asi, false, | 90 | ret = arm_probes_decode_insn(insn, &auprobe->asi, false, |
91 | uprobes_probes_actions); | 91 | uprobes_probes_actions, NULL); |
92 | switch (ret) { | 92 | switch (ret) { |
93 | case INSN_REJECTED: | 93 | case INSN_REJECTED: |
94 | return -EINVAL; | 94 | return -EINVAL; |