mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
commit747df19747upstream. The ESD watchdog code in sta32x_watchdog() dereferences the pointer which is never assigned. This is a regression froma1be4cead9("ASoC: sta32x: Convert to direct regmap API usage.") which went unnoticed since nobody seems to use that ESD workaround. Fixes:a1be4cead9("ASoC: sta32x: Convert to direct regmap API usage.") Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>