diff --git a/[refs] b/[refs] index e9289d17fb28..42cedc6bd2ab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 71378be91f5473e89c8be170c6e49edda3bdbb67 +refs/heads/master: eaaae38c1ac4ccbec6d2de7255b0538f38fb29d6 diff --git a/trunk/scripts/mod/modpost.c b/trunk/scripts/mod/modpost.c index 0b92ddff26fd..7e8079a34adf 100644 --- a/trunk/scripts/mod/modpost.c +++ b/trunk/scripts/mod/modpost.c @@ -658,7 +658,7 @@ static void warn_sec_mismatch(const char *modname, const char *fromsec, warn("%s - Section mismatch: reference to %s:%s from %s " "before '%s' (at offset -0x%llx)\n", modname, secname, refsymname, fromsec, - elf->strtab + before->st_name, + elf->strtab + after->st_name, (long long)r.r_offset); } else { warn("%s - Section mismatch: reference to %s:%s from %s "