projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: remove 2.6.3[24] support
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.34
/
080-mtd_plat_nand_chip_fixup.patch
diff --git
a/target/linux/generic/patches-2.6.34/080-mtd_plat_nand_chip_fixup.patch
b/target/linux/generic/patches-2.6.34/080-mtd_plat_nand_chip_fixup.patch
index
16ce76c
..
04d63fa
100644
(file)
--- a/
target/linux/generic/patches-2.6.34/080-mtd_plat_nand_chip_fixup.patch
+++ b/
target/linux/generic/patches-2.6.34/080-mtd_plat_nand_chip_fixup.patch
@@
-14,15
+14,15
@@
}
/* Scan to find existance of the device */
}
/* Scan to find existance of the device */
-- if (nand_scan(&data->mtd,
1
)) {
-+ if (nand_scan_ident(&data->mtd,
1
)) {
-+
res
= -ENXIO;
+- if (nand_scan(&data->mtd,
pdata->chip.nr_chips
)) {
++ if (nand_scan_ident(&data->mtd,
pdata->chip.nr_chips
)) {
++
err
= -ENXIO;
+ goto out;
+ }
+
+ if (pdata->chip.chip_fixup) {
+ goto out;
+ }
+
+ if (pdata->chip.chip_fixup) {
-+
res
= pdata->chip.chip_fixup(&data->mtd);
-+ if (
res
)
++
err
= pdata->chip.chip_fixup(&data->mtd);
++ if (
err
)
+ goto out;
+ }
+
+ goto out;
+ }
+
This page took
0.023043 seconds
and
4
git commands to generate.