From: Corey Minyard <corey@minyard.net>
To: Colin Ian King <colin.i.king@gmail.com>
Cc: openipmi-developer@lists.sourceforge.net,
kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH][next] char: ipmi: remove redundant variable 'type' and check
Date: Tue, 8 Jul 2025 12:16:44 -0500 [thread overview]
Message-ID: <aG1SfFoqU2pB2_wo@mail.minyard.net> (raw)
In-Reply-To: <20250708151805.1893858-1-colin.i.king@gmail.com>
On Tue, Jul 08, 2025 at 04:18:05PM +0100, Colin Ian King wrote:
> The variable 'type' is assigned the value SI_INVALID which is zero
> and later checks of 'type' is non-zero (which is always false). The
> variable is not referenced anywhere else, so it is redundant and
> so is the check, so remove these.
Leftover stuff from previous changes. It's in my queue, thank you.
-corey
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
> drivers/char/ipmi/ipmi_si_intf.c | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c
> index bb42dfe1c6a8..8b5524069c15 100644
> --- a/drivers/char/ipmi/ipmi_si_intf.c
> +++ b/drivers/char/ipmi/ipmi_si_intf.c
> @@ -2108,7 +2108,6 @@ static bool __init ipmi_smi_info_same(struct smi_info *e1, struct smi_info *e2)
> static int __init init_ipmi_si(void)
> {
> struct smi_info *e, *e2;
> - enum ipmi_addr_src type = SI_INVALID;
>
> if (initialized)
> return 0;
> @@ -2190,9 +2189,6 @@ static int __init init_ipmi_si(void)
> initialized = true;
> mutex_unlock(&smi_infos_lock);
>
> - if (type)
> - return 0;
> -
> mutex_lock(&smi_infos_lock);
> if (unload_when_empty && list_empty(&smi_infos)) {
> mutex_unlock(&smi_infos_lock);
> --
> 2.50.0
>
prev parent reply other threads:[~2025-07-08 17:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-08 15:18 Colin Ian King
2025-07-08 17:16 ` Corey Minyard [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=aG1SfFoqU2pB2_wo@mail.minyard.net \
--to=corey@minyard.net \
--cc=colin.i.king@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=openipmi-developer@lists.sourceforge.net \
/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
all inboxes | Powered by JetHome®