Le 05/05/2025 à 15:10, Greg Kroah-Hartman a écrit :
On Mon, May 05, 2025 at 11:48:45AM +0000, LEROY Christophe wrote:
Hi,
Could you please apply commit 6eab70345799 ("ASoC: soc-core: Stop using of_property_read_bool() for non-boolean properties") to v6.14.x in order to silence warnings introduced in v6.14 by commit c141ecc3cecd ("of: Warn when of_property_read_bool() is used on non-boolean properties")
What about 6.12.y and 6.6.y as well? It's in the following released kernels: 6.6.84 6.12.20 6.13.8 6.14
Ah ! it has been applied to stable versions allthough it doesn't carry a Fixes: tag.
So yes the 'fix' to ASoC should then be applied as well to stable versions to avoid the warning.
Note that it doesn't cherry-pick cleanly to 6.6.84, you'll first need commit 69dd15a8ef0a ("ASoC: Use of_property_read_bool()")
Christophe