From: Mark Brown Date: Mon, 12 Feb 2024 01:11:19 +0000 (+0000) Subject: ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8c41be259973c9b8e283c7c28d385c7651e4a729;p=linux.git ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT Merge series from Hans de Goede : 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. --- 8c41be259973c9b8e283c7c28d385c7651e4a729