mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-06 05:13:18 +00:00
streamline_config.pl: fix missing variable operator in debug print
Put in the dollar sign for the variable '$config'. That way, the debug message has more meaning. Signed-off-by: David Hunter <david.hunter.linux@gmail.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
4da0f0d0cc
commit
f16c8c0818
@ -503,7 +503,7 @@ sub parse_config_selects
|
|||||||
|
|
||||||
# Check if something other than a module selects this config
|
# Check if something other than a module selects this config
|
||||||
if (defined($orig_configs{$conf}) && $orig_configs{$conf} ne "m") {
|
if (defined($orig_configs{$conf}) && $orig_configs{$conf} ne "m") {
|
||||||
dprint "$conf (non module) selects config, we are good\n";
|
dprint "$conf (non module) selects $config, we are good\n";
|
||||||
# we are good with this
|
# we are good with this
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user