Hello Linus, Please pull to receive single fix for soundwire subsystem. The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire.git tags/soundwire-6.10-fixes for you to fetch changes up to e2d8ea0a066a6db51f31efd2710057271d685d2e: soundwire: fix usages of device_get_named_child_node() (2024-06-03 17:35:24 +0530) ---------------------------------------------------------------- soundwire fixes for 6.10 - Single fix for calling fwnode_handle_put() on the returned fwnode pointer ---------------------------------------------------------------- Pierre-Louis Bossart (1): soundwire: fix usages of device_get_named_child_node() drivers/soundwire/amd_manager.c | 3 +++ drivers/soundwire/intel_auxdevice.c | 6 +++++- drivers/soundwire/mipi_disco.c | 30 ++++++++++++++++++++++++------ 3 files changed, 32 insertions(+), 7 deletions(-) -- ~Vinod