linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: Colin Ian King <colin.i.king@gmail.com>,
	linux-scsi@vger.kernel.org,
	"James E . J . Bottomley" <jejb@linux.ibm.com>
Cc: "Martin K . Petersen" <martin.petersen@oracle.com>,
	linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] scsi: initio: remove redundant assignment to pointer scb
Date: Thu,  1 Sep 2022 01:12:46 -0400	[thread overview]
Message-ID: <166200877447.26143.13707974682721049195.b4-ty@oracle.com> (raw)
In-Reply-To: <20220805114100.2339637-1-colin.i.king@gmail.com>

On Fri, 5 Aug 2022 12:41:00 +0100, Colin Ian King wrote:

> The variable scb is assigned a value but it is never read. The assignment
> is redundant and can be removed. Also replace the != NULL check with the
> more usual non-null check idiom.
> 
> Cleans up clang scan build warning:
> drivers/scsi/initio.c:1169:9: warning: Although the value stored to 'scb'
> is used in the enclosing expression, the value is never actually read
> from 'scb' [deadcode.DeadStores]
> 
> [...]

Applied to 6.1/scsi-queue, thanks!

[1/1] scsi: initio: remove redundant assignment to pointer scb
      https://git.kernel.org/mkp/scsi/c/3fa5975b07e9

-- 
Martin K. Petersen	Oracle Linux Engineering

      parent reply	other threads:[~2022-09-01  5:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-05 11:41 [PATCH] scsi: initio: remove redundant assignment to pointer scb Colin Ian King
2022-08-23  3:43 ` Martin K. Petersen
2022-09-01  5:12 ` Martin K. Petersen [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=166200877447.26143.13707974682721049195.b4-ty@oracle.com \
    --to=martin.petersen@oracle.com \
    --cc=colin.i.king@gmail.com \
    --cc=jejb@linux.ibm.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@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;
as well as URLs for NNTP newsgroup(s).