From ikizmaylov at sberdevices.ru Thu Feb 12 11:08:42 2026 From: ikizmaylov at sberdevices.ru (Ilias Izmaylov) Date: Thu, 12 Feb 2026 11:08:42 +0300 Subject: [rulkc] [PATCH v1 0/2] Fix snd_soc_component_update_bits return handling In-Reply-To: <20260120161200.3590305-1-ikizmaylov@salutedevices.com> References: <20260120161200.3590305-1-ikizmaylov@salutedevices.com> Message-ID: <810bf4fe-8c97-4580-ac8e-31c6bdcd74d9@sberdevices.ru> Hey! I noticed that it's been more than two weeks since I submitted this patch series and there is still no reply so I decided to ping you guys just in case On 1/20/26 19:11, Ilias Izmaylov wrote: > This patchset fixes the way that snd_soc_component_update_bits > function's return values are handled by codecs ntp8918 and ntp8835. > > Currently the return value "0" is considered erroneous when in fact it > isn't and what would correctly indicate an error is a negative return > value. > > Ilias Izmaylov (2): > ASoC: codecs: ntp8918: fix snd_soc_component_update_bits handling > ASoC: codecs: ntp8835: fix snd_soc_component_update_bits handling > > sound/soc/codecs/ntp8835.c | 17 ++++++++++++----- > sound/soc/codecs/ntp8918.c | 17 ++++++++++++----- > 2 files changed, 24 insertions(+), 10 deletions(-) > From ikizmaylov at salutedevices.com Thu Feb 12 12:39:20 2026 From: ikizmaylov at salutedevices.com (Ilias Izmaylov) Date: Thu, 12 Feb 2026 12:39:20 +0300 Subject: [rulkc] [PATCH v1 0/2] Fix snd_soc_component_update_bits return handling In-Reply-To: <20260120161200.3590305-1-ikizmaylov@salutedevices.com> References: <20260120161200.3590305-1-ikizmaylov@salutedevices.com> Message-ID: Hey! I noticed that it's been more than two weeks since I submitted this patch series and there is still no reply so I decided to ping you guys just in case On 1/20/26 19:11, Ilias Izmaylov wrote: > This patchset fixes the way that snd_soc_component_update_bits > function's return values are handled by codecs ntp8918 and ntp8835. > > Currently the return value "0" is considered erroneous when in fact it > isn't and what would correctly indicate an error is a negative return > value. > > Ilias Izmaylov (2): > ASoC: codecs: ntp8918: fix snd_soc_component_update_bits handling > ASoC: codecs: ntp8835: fix snd_soc_component_update_bits handling > > sound/soc/codecs/ntp8835.c | 17 ++++++++++++----- > sound/soc/codecs/ntp8918.c | 17 ++++++++++++----- > 2 files changed, 24 insertions(+), 10 deletions(-) >