On Mon, Dec 04, 2023 at 03:29:47PM +0300, Dan Carpenter wrote: > We recently added new locking to the rt5645_jack_detect_work() function > but this return path was accidentally overlooked. This breaks the build for me: /build/stage/linux/sound/soc/codecs/rt5645.c: In function ‘rt5645_jack_detect_wo rk’: /build/stage/linux/sound/soc/codecs/rt5645.c:3312:37: error: ‘struct rt5645_priv ’ has no member named ‘jd_mutex’ 3312 | mutex_unlock(&rt5645->jd_mutex); | ^~
Attachment:
signature.asc
Description: PGP signature
- Follow-Ups:
- Re: [PATCH] ASoC: rt5650: add a missing unlock in rt5645_jack_detect_work()
- From: Dan Carpenter
- Re: [PATCH] ASoC: rt5650: add a missing unlock in rt5645_jack_detect_work()
- References:
- [PATCH] ASoC: rt5650: add a missing unlock in rt5645_jack_detect_work()
- From: Dan Carpenter
- [PATCH] ASoC: rt5650: add a missing unlock in rt5645_jack_detect_work()
- Prev by Date: [PATCH 2/2] ASoC: qcom: sc8280xp: Limit speaker digital volumes
- Next by Date: Re: [PATCH v2 00/35] bitops: add atomic find_bit() operations
- Previous by thread: [PATCH] ASoC: rt5650: add a missing unlock in rt5645_jack_detect_work()
- Next by thread: Re: [PATCH] ASoC: rt5650: add a missing unlock in rt5645_jack_detect_work()
- Index(es):