projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ixp4xx: fix MAC parsing and switch (unmanaged) functionality for wrt300nv2 (thank...
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-2.6.32
/
040-bcm963xx_flashmap.patch
diff --git
a/target/linux/brcm63xx/patches-2.6.32/040-bcm963xx_flashmap.patch
b/target/linux/brcm63xx/patches-2.6.32/040-bcm963xx_flashmap.patch
index
4784de7
..
812e008
100644
(file)
--- a/
target/linux/brcm63xx/patches-2.6.32/040-bcm963xx_flashmap.patch
+++ b/
target/linux/brcm63xx/patches-2.6.32/040-bcm963xx_flashmap.patch
@@
-140,7
+140,7
@@
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
+ return -ENOMEM;
+
+ /* Get the tag */
+ return -ENOMEM;
+
+ /* Get the tag */
-+ ret = master->read(master,
0x10000
,sizeof(struct bcm_tag), &retlen, (void *)buf);
++ ret = master->read(master,
master->erasesize
,sizeof(struct bcm_tag), &retlen, (void *)buf);
+ if (retlen != sizeof(struct bcm_tag)){
+ vfree(buf);
+ return -EIO;
+ if (retlen != sizeof(struct bcm_tag)){
+ vfree(buf);
+ return -EIO;
This page took
0.025703 seconds
and
4
git commands to generate.