lkml.org 
[lkml]   [2012]   [Feb]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] params: Add missing init level name
Date
The initcall_level_names array did not contain name of the
"virtual" level 0 (early paramters). Fixed.

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
---
init/main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/init/main.c b/init/main.c
index 8e4060c..b229ee6 100644
--- a/init/main.c
+++ b/init/main.c
@@ -726,6 +726,7 @@ static initcall_t *initcall_levels[] __initdata = {
};

static char *initcall_level_names[] __initdata = {
+ "early parameters",
"core parameters",
"postcore parameters",
"arch parameters",
--
1.7.5.4



\
 
 \ /
  Last update: 2012-02-07 15:49    [W:0.064 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site