From: Kim Phillips <kim.phillips@freescale.com>
To: "Justin P. Mattock" <justinmattock@gmail.com>
Cc: linux-crypto@vger.kernel.org, herbert@gondor.hengli.com.au,
davem@davemloft.net, jkosina@suse.cz
Subject: Re: [PATCH v2]crypto:hifn_795x.c Fix warning: variable 'ctx' set but not used
Date: Tue, 6 Jul 2010 12:51:08 -0500 [thread overview]
Message-ID: <20100706125108.fc4dffb4.kim.phillips@freescale.com> (raw)
In-Reply-To: <1278435578-3638-1-git-send-email-justinmattock@gmail.com>
On Tue, 6 Jul 2010 09:59:38 -0700
"Justin P. Mattock" <justinmattock@gmail.com> wrote:
> @@ -2035,7 +2034,7 @@ static void hifn_flush(struct hifn_device *dev)
>
> spin_lock_irqsave(&dev->lock, flags);
> while ((async_req = crypto_dequeue_request(&dev->queue))) {
> - ctx = crypto_tfm_ctx(async_req->tfm);
> + crypto_tfm_ctx(async_req->tfm);
delete the entire line.
> - ctx = crypto_tfm_ctx(async_req->tfm);
> + crypto_tfm_ctx(async_req->tfm);
here too.
Kim
prev parent reply other threads:[~2010-07-06 17:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-06 16:59 [PATCH v2]crypto:hifn_795x.c Fix warning: variable 'ctx' set but not used Justin P. Mattock
2010-07-06 17:51 ` Kim Phillips [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=20100706125108.fc4dffb4.kim.phillips@freescale.com \
--to=kim.phillips@freescale.com \
--cc=davem@davemloft.net \
--cc=herbert@gondor.hengli.com.au \
--cc=jkosina@suse.cz \
--cc=justinmattock@gmail.com \
--cc=linux-crypto@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