From: Brian Norris <computersforpeace@gmail.com>
To: <linux-mtd@lists.infradead.org>
Cc: Brian Norris <computersforpeace@gmail.com>,
Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>,
Robert Jarzmik <robert.jarzmik@free.fr>
Subject: [PATCH] mtd: nand: pxa3xx_nand: kill unused field 'drcmr_cmd'
Date: Fri, 4 Mar 2016 19:12:33 -0800 [thread overview]
Message-ID: <1457147553-71596-1-git-send-email-computersforpeace@gmail.com> (raw)
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
drivers/mtd/nand/pxa3xx_nand.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c
index f100c4da0423..a60c413c8d7f 100644
--- a/drivers/mtd/nand/pxa3xx_nand.c
+++ b/drivers/mtd/nand/pxa3xx_nand.c
@@ -211,7 +211,6 @@ struct pxa3xx_nand_info {
struct dma_chan *dma_chan;
dma_cookie_t dma_cookie;
int drcmr_dat;
- int drcmr_cmd;
unsigned char *data_buff;
unsigned char *oob_buff;
@@ -1812,7 +1811,6 @@ static int alloc_nand_resource(struct platform_device *pdev)
ret = -ENXIO;
goto fail_disable_clk;
}
- info->drcmr_cmd = r->start;
}
irq = platform_get_irq(pdev, 0);
--
2.7.0.rc3.207.g0ac5344
next reply other threads:[~2016-03-05 3:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-05 3:12 Brian Norris [this message]
2016-03-05 8:34 ` [PATCH] mtd: nand: pxa3xx_nand: kill unused field 'drcmr_cmd' Robert Jarzmik
2016-03-07 18:37 ` [PATCH v2] " Brian Norris
2016-03-07 19:35 ` Robert Jarzmik
2016-03-07 20:49 ` Brian Norris
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=1457147553-71596-1-git-send-email-computersforpeace@gmail.com \
--to=computersforpeace@gmail.com \
--cc=ezequiel@vanguardiasur.com.ar \
--cc=linux-mtd@lists.infradead.org \
--cc=robert.jarzmik@free.fr \
/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