[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220510153251.1741210-1-zheyuma97@gmail.com>
Date: Tue, 10 May 2022 23:32:45 +0800
From: Zheyu Ma <zheyuma97@...il.com>
To: james.schulman@...rus.com, david.rhodes@...rus.com,
tanureal@...nsource.cirrus.com, rf@...nsource.cirrus.com,
lgirdwood@...il.com, broonie@...nel.org, perex@...ex.cz,
tiwai@...e.com, oder_chiou@...ltek.com
Cc: alsa-devel@...a-project.org, patches@...nsource.cirrus.com,
linux-kernel@...r.kernel.org, Zheyu Ma <zheyuma97@...il.com>
Subject: [PATCH 0/6] ASOC: Fix the error handling code of the probe
These drivers mishandle the regulator resource in the probe function,
failing to disable the regulator for probing failure.
Zheyu Ma (6):
ASoC: cs42l52: Fix the error handling of cs42l56_i2c_probe()
ASoC: cs35l36: Fix the error handling of cs35l36_i2c_probe()
ASoC: rt5645: Fix the error handling of rt5645_i2c_probe()
ASoC: tas571x: Fix the error handling of tas571x_i2c_probe()
ASoC: tas6424: Fix the error handling of tas6424_i2c_probe()
ASoC: wm8903: Fix the error handling of wm8903_i2c_probe()
sound/soc/codecs/cs35l36.c | 2 +-
sound/soc/codecs/cs42l56.c | 2 +-
sound/soc/codecs/rt5645.c | 4 ++--
sound/soc/codecs/tas571x.c | 6 ++++--
sound/soc/codecs/tas6424.c | 8 ++++++--
sound/soc/codecs/wm8903.c | 2 +-
6 files changed, 15 insertions(+), 9 deletions(-)
--
2.25.1
Powered by blists - more mailing lists