From: Claudio Scordino <claudio@evidence.eu.com>
To: dwmw2@infradead.org, linux-mtd@lists.infradead.org
Subject: [PATCH 1/1] atmel_nand: unused variable "eccpos" removed
Date: Wed, 07 Oct 2009 14:40:20 +0200 [thread overview]
Message-ID: <4ACC8C34.6030007@evidence.eu.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 134 bytes --]
Hi everybody,
this (trivial) patch removes an unused variable from atmel_nand driver.
Best regards,
Claudio
[-- Attachment #2: 0001-atmel_nand-unused-variable-removed.patch --]
[-- Type: text/x-patch, Size: 829 bytes --]
From: Claudio Scordino <claudio@evidence.eu.com>
Date: Wed, 7 Oct 2009 14:27:07 +0200
Subject: [PATCH 1/1] atmel_nand: unused variable removed
Unused variable "eccpos" removed from atmel_nand driver.
Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
---
drivers/mtd/nand/atmel_nand.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c
index f8e9975..4f62d20 100644
--- a/drivers/mtd/nand/atmel_nand.c
+++ b/drivers/mtd/nand/atmel_nand.c
@@ -192,7 +192,6 @@ static int atmel_nand_calculate(struct mtd_info *mtd,
{
struct nand_chip *nand_chip = mtd->priv;
struct atmel_nand_host *host = nand_chip->priv;
- uint32_t *eccpos = nand_chip->ecc.layout->eccpos;
unsigned int ecc_value;
/* get the first 2 ECC bytes */
--
1.6.0.4
reply other threads:[~2009-10-07 12:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4ACC8C34.6030007@evidence.eu.com \
--to=claudio@evidence.eu.com \
--cc=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.