Skip to content
Snippets Groups Projects
Commit 93659af1 authored by Sam Ravnborg's avatar Sam Ravnborg Committed by Sam Ravnborg
Browse files

kbuild: add missing return statement in modpost.c:secref_whitelist()


Noticed by: Magnus Damm <magnus@valinux.co.jp>

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 4635281c
No related branches found
No related tags found
No related merge requests found
......@@ -627,6 +627,7 @@ static int secref_whitelist(const char *modname, const char *tosec,
(strcmp(tosec, ".init.text") == 0))
return 1;
}
return 0;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment