[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1159132705363-git-send-email-sam@ravnborg.org>
Date: Sun, 24 Sep 2006 23:18:11 +0200
From: sam@...nborg.org
To: linux-kernel@...r.kernel.org
Cc: Sam Ravnborg <sam@...s.ravnborg.org>,
Sam Ravnborg <sam@...nborg.org>
Subject: [PATCH 15/28] kbuild: add missing return statement in modpost.c:secref_whitelist()
From: Sam Ravnborg <sam@...s.ravnborg.org>
Noticed by: Magnus Damm <magnus@...inux.co.jp>
Signed-off-by: Sam Ravnborg <sam@...nborg.org>
---
scripts/mod/modpost.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
index 5028d46..16a1935 100644
--- a/scripts/mod/modpost.c
+++ b/scripts/mod/modpost.c
@@ -627,6 +627,7 @@ static int secref_whitelist(const char *
(strcmp(tosec, ".init.text") == 0))
return 1;
}
+ return 0;
}
/**
--
1.4.1
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists