projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replace hardcoded values with their correct definitions
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
files
/
drivers
/
mtd
/
nand
/
rbmipsnand.c
diff --git
a/target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c
b/target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c
index
9e6ae1b
..
1c524d4
100644
(file)
--- a/
target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c
+++ b/
target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c
@@
-115,7
+115,7
@@
static int rbmips_probe(struct platform_device *pdev)
}
- data->io_base = ioremap(pdev->resource[0].start,
0x1000
);
+ data->io_base = ioremap(pdev->resource[0].start,
pdev->resource[0].end - pdev->resource[0].start + 1
);
if (data->io_base == NULL) {
dev_err(&pdev->dev, "ioremap failed\n");
This page took
0.022627 seconds
and
4
git commands to generate.