diff options
Diffstat (limited to 'scripts/mod/file2alias.c')
-rw-r--r-- | scripts/mod/file2alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod/file2alias.c b/scripts/mod/file2alias.c index a9155077feef..fec75786f75b 100644 --- a/scripts/mod/file2alias.c +++ b/scripts/mod/file2alias.c | |||
@@ -384,7 +384,7 @@ static void do_of_entry_multi(void *symval, struct module *mod) | |||
384 | len = sprintf(alias, "of:N%sT%s", (*name)[0] ? *name : "*", | 384 | len = sprintf(alias, "of:N%sT%s", (*name)[0] ? *name : "*", |
385 | (*type)[0] ? *type : "*"); | 385 | (*type)[0] ? *type : "*"); |
386 | 386 | ||
387 | if (compatible[0]) | 387 | if ((*compatible)[0]) |
388 | sprintf(&alias[len], "%sC%s", (*type)[0] ? "*" : "", | 388 | sprintf(&alias[len], "%sC%s", (*type)[0] ? "*" : "", |
389 | *compatible); | 389 | *compatible); |
390 | 390 | ||