diff options
-rw-r--r-- | src/lib/rmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rmodule.c b/src/lib/rmodule.c index 66d5120fee..2bd2c6688e 100644 --- a/src/lib/rmodule.c +++ b/src/lib/rmodule.c @@ -162,7 +162,7 @@ static int rmodule_relocate(const struct rmodule *module) printk(PK_ADJ_LEVEL, "Adjusting %p: 0x%08lx -> 0x%08lx\n", adjust_loc, (unsigned long) *adjust_loc, (unsigned long) (*adjust_loc + adjustment)); - *adjust_loc += adjustment; + *adjust_loc += adjustment; reloc++; num_relocations--; |