2024-03-11 23:41:50

by Stephen Rothwell

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

Hi all,

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

drivers/i2c/busses/i2c-qcom-geni.c: In function 'i2c_gpi_cb_result':
drivers/i2c/busses/i2c-qcom-geni.c:493:18: error: implicit declaration of function 'FIELD_GET' [-Werror=implicit-function-declaration]
493 | status = FIELD_GET(I2C_DMA_TX_IRQ_MASK, i2c_res->status);
| ^~~~~~~~~
cc1: all warnings being treated as errors

Caused by commit

313d6aa4c648 ("i2c: i2c-qcom-geni: Parse Error correctly in i2c GSI mode")

I have used the i2c-host tree from next-20240308 for today.

--
Cheers,
Stephen Rothwell


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

2024-03-12 10:45:09

by Andi Shyti

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

Hi Stephen,

> After merging the i2c-host tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> drivers/i2c/busses/i2c-qcom-geni.c: In function 'i2c_gpi_cb_result':
> drivers/i2c/busses/i2c-qcom-geni.c:493:18: error: implicit declaration of function 'FIELD_GET' [-Werror=implicit-function-declaration]
> 493 | status = FIELD_GET(I2C_DMA_TX_IRQ_MASK, i2c_res->status);
> | ^~~~~~~~~
> cc1: all warnings being treated as errors

sorry about that, will remove it.

Thanks,
Andi