Re: [linux-yocto] [PATCH] of: Fix of_populate_phandle_cache compilation error

2018-11-13 Thread Bruce Ashfield
On 2018-11-12 10:45 p.m., He Zhe wrote: On 2018/11/13 04:17, Bruce Ashfield wrote: On 2018-11-12 4:49 a.m., He Zhe wrote: On 2018/11/6 00:05, Bruce Ashfield wrote: On 11/2/18 4:42 AM, He Zhe wrote: When merging tag 'v4.18.10' into v4.18/standard/base, 05a9931 "of: fix phandle cache

Re: [linux-yocto] [PATCH] of: Fix of_populate_phandle_cache compilation error

2018-11-12 Thread He Zhe
On 2018/11/13 04:17, Bruce Ashfield wrote: > On 2018-11-12 4:49 a.m., He Zhe wrote: >> >> >> On 2018/11/6 00:05, Bruce Ashfield wrote: >>> On 11/2/18 4:42 AM, He Zhe wrote: When merging tag 'v4.18.10' into v4.18/standard/base, 05a9931 "of: fix phandle cache creation for DTs with

Re: [linux-yocto] [PATCH] of: Fix of_populate_phandle_cache compilation error

2018-11-12 Thread Bruce Ashfield
On 2018-11-12 4:49 a.m., He Zhe wrote: On 2018/11/6 00:05, Bruce Ashfield wrote: On 11/2/18 4:42 AM, He Zhe wrote: When merging tag 'v4.18.10' into v4.18/standard/base, 05a9931 "of: fix phandle cache creation for DTs with no phandles" from v4.18.10 introduces an undefined label "out" and

Re: [linux-yocto] [PATCH] of: Fix of_populate_phandle_cache compilation error

2018-11-12 Thread He Zhe
On 2018/11/6 00:05, Bruce Ashfield wrote: > On 11/2/18 4:42 AM, He Zhe wrote: >> When merging tag 'v4.18.10' into v4.18/standard/base, 05a9931 "of: fix >> phandle >> cache creation for DTs with no phandles" from v4.18.10 introduces an >> undefined >> label "out" and causes the follow

Re: [linux-yocto] [PATCH] of: Fix of_populate_phandle_cache compilation error

2018-11-05 Thread Bruce Ashfield
On 11/2/18 4:42 AM, He Zhe wrote: When merging tag 'v4.18.10' into v4.18/standard/base, 05a9931 "of: fix phandle cache creation for DTs with no phandles" from v4.18.10 introduces an undefined label "out" and causes the follow compilation error. drivers/of/base.c: In function

[linux-yocto] [PATCH] of: Fix of_populate_phandle_cache compilation error

2018-11-02 Thread He Zhe
When merging tag 'v4.18.10' into v4.18/standard/base, 05a9931 "of: fix phandle cache creation for DTs with no phandles" from v4.18.10 introduces an undefined label "out" and causes the follow compilation error. drivers/of/base.c: In function 'of_populate_phandle_cache': drivers/of/base.c:124:3: