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
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