Skip to content

Commit

Permalink
kbuild: add missing return statement in modpost.c:secref_whitelist()
Browse files Browse the repository at this point in the history
Noticed by: Magnus Damm <magnus@valinux.co.jp>

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
  • Loading branch information
Sam Ravnborg authored and Sam Ravnborg committed Sep 25, 2006
1 parent 4635281 commit 93659af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,7 @@ static int secref_whitelist(const char *modname, const char *tosec,
(strcmp(tosec, ".init.text") == 0))
return 1;
}
return 0;
}

/**
Expand Down

0 comments on commit 93659af

Please sign in to comment.