From: Andy Shevchenko <andriy.shevchenko@intel.com>
To: "Miclaus, Antoniu" <Antoniu.Miclaus@analog.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
"Hennerich, Michael" <Michael.Hennerich@analog.com>,
Jonathan Cameron <jic23@kernel.org>,
David Lechner <dlechner@baylibre.com>,
"Sa, Nuno" <Nuno.Sa@analog.com>,
Andy Shevchenko <andy@kernel.org>,
"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2] iio: frequency: admv1013: fix NULL pointer dereference on str
Date: Tue, 3 Mar 2026 15:54:38 +0200 [thread overview]
Message-ID: <aaboHofKArsITTqt@ashevche-desk.local> (raw)
In-Reply-To: <CY4PR03MB33997EEE3782905E1362AB279B7FA@CY4PR03MB3399.namprd03.prod.outlook.com>
On Tue, Mar 03, 2026 at 12:01:31PM +0000, Miclaus, Antoniu wrote:
> > -----Original Message-----
> > From: Andy Shevchenko <andriy.shevchenko@intel.com>
> > Sent: Tuesday, March 3, 2026 1:34 PM
> > On Tue, Mar 03, 2026 at 11:52:28AM +0200, Antoniu Miclaus wrote:
...
> > > +static const char * const admv1013_quad_se_modes[] = { "diff", "se-pos",
> > "se-neg" };
> >
> > Taking into account the indices are not sequential, this may require another
> > enumerator.
> >
> > Ideally you need to list all possible modes and choose only supported by
> > assigning an empty string to unsupported ones.
> >
> > I haven't checked datasheet to understand why only 6, 9, 12 are in use.
> > Maybe they can be simply 1, 2, 3 with a formula like 3 + x * 3 ? Dunno.
> >
>
> static const char * const admv1013_input_modes[] = {
> [ADMV1013_IQ_MODE] = "iq",
> [ADMV1013_IF_MODE] = "if",
> };
>
> static const char * const admv1013_quad_se_modes[] = {
> [ADMV1013_QUAD_SE_DIFF] = "diff",
> [ADMV1013_QUAD_SE_POS] = "se-pos",
> [ADMV1013_QUAD_SE_NEG] = "se-neg",
> };
>
> static const unsigned int admv1013_quad_se_regvals[] = {
> [ADMV1013_QUAD_SE_DIFF] = ADMV1013_SE_MODE_DIFF,
> [ADMV1013_QUAD_SE_POS] = ADMV1013_SE_MODE_POS,
> [ADMV1013_QUAD_SE_NEG] = ADMV1013_SE_MODE_NEG,
> };
>
> Does this make sense?
Yes, if there is an explanation why we have 6,9,12 to begin with. Can somebody
study the available datasheets and come up with the explanations?
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2026-03-03 13:54 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-03 9:52 [PATCH v2] iio: frequency: admv1013: fix NULL pointer dereference on str Antoniu Miclaus
2026-03-03 11:33 ` Andy Shevchenko
2026-03-03 12:01 ` Miclaus, Antoniu
2026-03-03 13:54 ` Andy Shevchenko [this message]
2026-03-04 9:52 ` Miclaus, Antoniu
2026-03-04 14:06 ` Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aaboHofKArsITTqt@ashevche-desk.local \
--to=andriy.shevchenko@intel.com \
--cc=Antoniu.Miclaus@analog.com \
--cc=Michael.Hennerich@analog.com \
--cc=Nuno.Sa@analog.com \
--cc=andy@kernel.org \
--cc=dlechner@baylibre.com \
--cc=jic23@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox