提交 93659af1 编写于 作者: S Sam Ravnborg 提交者: Sam Ravnborg

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

Noticed by: Magnus Damm <magnus@valinux.co.jp>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 4635281c
......@@ -627,6 +627,7 @@ static int secref_whitelist(const char *modname, const char *tosec,
(strcmp(tosec, ".init.text") == 0))
return 1;
}
return 0;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册