diff options
Diffstat (limited to 'scripts/kconfig')
-rw-r--r-- | scripts/kconfig/confdata.c | 1 | ||||
-rwxr-xr-x | scripts/kconfig/merge_config.sh | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index f88d90f20228..28df18dd1147 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c | |||
@@ -59,6 +59,7 @@ static void conf_message(const char *fmt, ...) | |||
59 | va_start(ap, fmt); | 59 | va_start(ap, fmt); |
60 | if (conf_message_callback) | 60 | if (conf_message_callback) |
61 | conf_message_callback(fmt, ap); | 61 | conf_message_callback(fmt, ap); |
62 | va_end(ap); | ||
62 | } | 63 | } |
63 | 64 | ||
64 | const char *conf_get_configname(void) | 65 | const char *conf_get_configname(void) |
diff --git a/scripts/kconfig/merge_config.sh b/scripts/kconfig/merge_config.sh index 81b0c61bb9e2..2ab91b9b100d 100755 --- a/scripts/kconfig/merge_config.sh +++ b/scripts/kconfig/merge_config.sh | |||
@@ -77,6 +77,11 @@ while true; do | |||
77 | esac | 77 | esac |
78 | done | 78 | done |
79 | 79 | ||
80 | if [ "$#" -lt 2 ] ; then | ||
81 | usage | ||
82 | exit | ||
83 | fi | ||
84 | |||
80 | INITFILE=$1 | 85 | INITFILE=$1 |
81 | shift; | 86 | shift; |
82 | 87 | ||