projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db6364a
)
mtd: fsmc_nand: change the type for regs to void __iomem *
author
Vipin Kumar
<vipin.kumar@st.com>
Tue, 9 Oct 2012 10:44:43 +0000
(16:14 +0530)
committer
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Thu, 15 Nov 2012 13:37:47 +0000
(15:37 +0200)
Signed-off-by: Vipin Kumar <vipin.kumar@st.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/nand/fsmc_nand.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/nand/fsmc_nand.c
b/drivers/mtd/nand/fsmc_nand.c
index
cb86450
..
a5bc3d5
100644
(file)
--- a/
drivers/mtd/nand/fsmc_nand.c
+++ b/
drivers/mtd/nand/fsmc_nand.c
@@
-361,7
+361,7
@@
static void fsmc_cmd_ctrl(struct mtd_info *mtd, int cmd, unsigned int ctrl)
struct nand_chip *this = mtd->priv;
struct fsmc_nand_data *host = container_of(mtd,
struct fsmc_nand_data, mtd);
- void
*
__iomem *regs = host->regs_va;
+ void __iomem *regs = host->regs_va;
unsigned int bank = host->bank;
if (ctrl & NAND_CTRL_CHANGE) {