ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT
authorMark Brown <broonie@kernel.org>
Mon, 12 Feb 2024 01:11:19 +0000 (01:11 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 12 Feb 2024 01:11:19 +0000 (01:11 +0000)
Merge series from Hans de Goede <hdegoede@redhat.com>:

While testing 6.8 on a Bay Trail device with a ALC5640 codec
I noticed a regression in 6.8 which causes a NULL pointer deref
in probe().

All BYT/CHT Intel machine drivers are affected. Patch 1/2 of
this series fixes all of them.

Patch 2/2 adds some small cleanups to cht_bsw_rt5645.c for
issues which I noticed while working on 1/2.


Trivial merge