Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android
This commit is contained in:
commit
da9a92f0cd
166 changed files with 1643 additions and 959 deletions
|
|
@ -695,7 +695,7 @@ static int do_of_entry (const char *filename, void *symval, char *alias)
|
|||
len = sprintf(alias, "of:N%sT%s", (*name)[0] ? *name : "*",
|
||||
(*type)[0] ? *type : "*");
|
||||
|
||||
if (compatible[0])
|
||||
if ((*compatible)[0])
|
||||
sprintf(&alias[len], "%sC%s", (*type)[0] ? "*" : "",
|
||||
*compatible);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue