From: Josua Mayer <josua@solid-run.com>
To: Frank Li <Frank.Li@nxp.com>,
"linusw@kernel.org" <linusw@kernel.org>,
Peter Rosin <peda@axentia.se>, Kees Cook <kees@kernel.org>,
Wolfram Sang <wsa+renesas@sang-engineering.com>,
Thorsten Blum <thorsten.blum@linux.dev>,
open list <linux-kernel@vger.kernel.org>
Cc: "linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
"imx@lists.linux.dev" <imx@lists.linux.dev>,
kernel test robot <lkp@intel.com>
Subject: Re: [PATCH ib-mux-pinctrl 1/1] mux: describe np parameter in __devm_mux_state_get()
Date: Tue, 12 May 2026 14:35:43 +0000 [thread overview]
Message-ID: <dfad5a06-3445-4d2d-9b83-9f9ad6c691e3@solid-run.com> (raw)
In-Reply-To: <20260507152117.240612-1-Frank.Li@nxp.com>
Hi Frank,
Am 07.05.26 um 17:21 schrieb Frank Li:
> Add a description for the 'np' parameter of __devm_mux_state_get() to fix
> build warning.
>
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202605061502.ullLjmtN-lkp@intel.com/
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
> drivers/mux/core.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mux/core.c b/drivers/mux/core.c
> index 2f01acfccf47b..5083e3d19606b 100644
> --- a/drivers/mux/core.c
> +++ b/drivers/mux/core.c
> @@ -771,6 +771,7 @@ static void devm_mux_state_release(struct device *dev, void *res)
> * @dev: The device that needs a mux-state.
> * @mux_name: The name identifying the mux-state.
> * @optional: Whether to return NULL and silence errors when mux doesn't exist.
> + * @np: The device nodes, use dev->of_node if it is NULL.
minor nit: Singular device "node".
> * @init: Optional function pointer for mux-state object initialisation.
> * @exit: Optional function pointer for mux-state object cleanup on release.
> *
> --
> 2.43.0
>
Acked-by: Josua Mayer <josua@solid-run.com>
I think patches to mux-core alone end up in some low-attention (no-)maintainer bin,
when they don't go via other trees (mmc, pinctrl, phy, ...).
See also:
https://lore.kernel.org/r/20260423-mux-smatch-fixup-v1-1-9f403014e0d7@solid-run.com
prev parent reply other threads:[~2026-05-12 14:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-07 15:21 [PATCH ib-mux-pinctrl 1/1] mux: describe np parameter in __devm_mux_state_get() Frank Li
2026-05-12 14:35 ` Josua Mayer [this message]
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=dfad5a06-3445-4d2d-9b83-9f9ad6c691e3@solid-run.com \
--to=josua@solid-run.com \
--cc=Frank.Li@nxp.com \
--cc=imx@lists.linux.dev \
--cc=kees@kernel.org \
--cc=linusw@kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lkp@intel.com \
--cc=peda@axentia.se \
--cc=thorsten.blum@linux.dev \
--cc=wsa+renesas@sang-engineering.com \
/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