|
@@ -501,8 +501,8 @@ static int restore_r2(u32 *instruction, struct module *me)
|
|
|
return 1;
|
|
|
|
|
|
if (*instruction != PPC_INST_NOP) {
|
|
|
- pr_err("%s: Expect noop after relocate, got %08x\n",
|
|
|
- me->name, *instruction);
|
|
|
+ pr_err("%s: Expected nop after call, got %08x at %pS\n",
|
|
|
+ me->name, *instruction, instruction);
|
|
|
return 0;
|
|
|
}
|
|
|
/* ld r2,R2_STACK_OFFSET(r1) */
|