Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -627,6 +627,7 @@ static int secref_whitelist(const char *modname, const char *tosec,
		    (strcmp(tosec, ".init.text") == 0))
		return 1;
	}
	return 0;
}

/**