2020-03-23 00:11:14

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: build failure after merge of the thermal tree

Hi all,

After merging the thermal tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/thermal/intel/intel_pch_thermal.c:306:2: error: expected '}' before '[' token
306 | [board_lwb] = {
| ^
drivers/thermal/intel/intel_pch_thermal.c:285:18: note: to match this '{'
285 | } board_info[] = {
| ^

Caused by commit

16cd95bab00f ("thermal: intel_pch_thermal: Add PCI ids for Lewisburg PCH.")

I have used the thermal tree from next-20200320 for today.

--
Cheers,
Stephen Rothwell


Attachments:
(No filename) (499.00 B)
OpenPGP digital signature

2020-03-23 07:00:20

by Zhang, Rui

[permalink] [raw]
Subject: Re: linux-next: build failure after merge of the thermal tree

On Mon, 2020-03-23 at 11:08 +1100, Stephen Rothwell wrote:
> Hi all,
>
> After merging the thermal tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/thermal/intel/intel_pch_thermal.c:306:2: error: expected '}'
> before '[' token
> 306 | [board_lwb] = {
> | ^
> drivers/thermal/intel/intel_pch_thermal.c:285:18: note: to match this
> '{'
> 285 | } board_info[] = {
> | ^
>
> Caused by commit
>
> 16cd95bab00f ("thermal: intel_pch_thermal: Add PCI ids for
> Lewisburg PCH.")
>
> I have used the thermal tree from next-20200320 for today.
>
Bug has been fixed.
BTW, I think you can remove Eduardo from this loop, because he is not
working as the thermal maintainer right now.

thanks,
rui