All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ASOC: Fix the error handling code of the probe
@ 2022-05-10 15:32 ` Zheyu Ma
  0 siblings, 0 replies; 25+ messages in thread
From: Zheyu Ma @ 2022-05-10 15:32 UTC (permalink / raw)
  To: james.schulman, david.rhodes, tanureal, rf, lgirdwood, broonie,
	perex, tiwai, oder_chiou
  Cc: alsa-devel, patches, linux-kernel, Zheyu Ma

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


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2022-05-12 14:14 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 15:32 [PATCH 0/6] ASOC: Fix the error handling code of the probe Zheyu Ma
2022-05-10 15:32 ` Zheyu Ma
2022-05-10 15:32 ` [PATCH 1/6] ASoC: cs42l52: Fix the error handling of cs42l56_i2c_probe() Zheyu Ma
2022-05-10 15:32   ` Zheyu Ma
2022-05-10 15:54   ` Charles Keepax
2022-05-10 15:54     ` Charles Keepax
2022-05-11  1:55     ` [PATCH v2] ASoC: cs42l56: " Zheyu Ma
2022-05-11  8:19       ` Charles Keepax
2022-05-11  8:19         ` Charles Keepax
2022-05-10 15:32 ` [PATCH 2/6] ASoC: cs35l36: Fix the error handling of cs35l36_i2c_probe() Zheyu Ma
2022-05-10 15:32   ` Zheyu Ma
2022-05-10 15:55   ` Charles Keepax
2022-05-10 15:55     ` Charles Keepax
2022-05-10 15:32 ` [PATCH 3/6] ASoC: rt5645: Fix the error handling of rt5645_i2c_probe() Zheyu Ma
2022-05-10 15:32   ` Zheyu Ma
2022-05-10 15:32 ` [PATCH 4/6] ASoC: tas571x: Fix the error handling of tas571x_i2c_probe() Zheyu Ma
2022-05-10 15:32   ` Zheyu Ma
2022-05-10 15:32 ` [PATCH 5/6] ASoC: tas6424: Fix the error handling of tas6424_i2c_probe() Zheyu Ma
2022-05-10 15:32   ` Zheyu Ma
2022-05-10 15:32 ` [PATCH 6/6] ASoC: wm8903: Fix the error handling of wm8903_i2c_probe() Zheyu Ma
2022-05-10 15:32   ` Zheyu Ma
2022-05-10 15:56   ` Charles Keepax
2022-05-10 15:56     ` Charles Keepax
2022-05-12 14:12 ` [PATCH 0/6] ASOC: Fix the error handling code of the probe Mark Brown
2022-05-12 14:12   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.