On Mon, 02 Jan 2023 22:30:33 +0200, Andy Shevchenko wrote:
Instead of calling put_device(&adev->dev) where adev is a pointer to an ACPI device, use specific call, i.e. acpi_dev_put().
Also move it out of the conditional to make it more visible in case some other code will be added which may use that pointer. We need to keep a reference as long as we use the pointer.
[...]
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/5] ASoC: Intel: bytcht_cx2072x: Replace open coded acpi_dev_put() commit: 7baff1a9debc5f4ff0d6bc1496358e251f66e396 [2/5] ASoC: Intel: bytcht_da7213: Replace open coded acpi_dev_put() commit: 4afda6de02285758c9b892a2e79658966d3cfbb0 [3/5] ASoC: Intel: cht_bsw_rt5645: Replace open coded acpi_dev_put() commit: 5360a1c0f251b8000e9b2ea7b9f9e40c2e8f1c83 [4/5] ASoC: Intel: cht_bsw_rt5672: Replace open coded acpi_dev_put() commit: 6736dd4e5b58f27983ab3dba5fa96ed97768beaf [5/5] ASoC: Intel: sof-wm8804: Replace open coded acpi_dev_put() commit: 892dbe0ecf658fd23e0a7255fca26a216cf54f96
All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying to this mail.
Thanks, Mark