projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ifxmips] many more code cleanups for checkpatch.pl, most flagged as errors
[openwrt.git]
/
target
/
linux
/
atheros
/
patches-2.6.26
/
140-redboot_partition_scan.patch
diff --git
a/target/linux/atheros/patches-2.6.26/140-redboot_partition_scan.patch
b/target/linux/atheros/patches-2.6.26/140-redboot_partition_scan.patch
index
baf8026
..
c46a56a
100644
(file)
--- a/
target/linux/atheros/patches-2.6.26/140-redboot_partition_scan.patch
+++ b/
target/linux/atheros/patches-2.6.26/140-redboot_partition_scan.patch
@@
-1,6
+1,6
@@
--- a/drivers/mtd/redboot.c
+++ b/drivers/mtd/redboot.c
--- a/drivers/mtd/redboot.c
+++ b/drivers/mtd/redboot.c
-@@ -
59,31 +59,32 @@
+@@ -
62,31 +62,32 @@ static int parse_redboot_partitions(stru
static char nullstring[] = "unallocated";
#endif
static char nullstring[] = "unallocated";
#endif
@@
-40,7
+40,7
@@
printk(KERN_NOTICE "Searching for RedBoot partition table in %s at offset 0x%lx\n",
master->name, offset);
printk(KERN_NOTICE "Searching for RedBoot partition table in %s at offset 0x%lx\n",
master->name, offset);
-@@ -15
5,6 +156,11 @@
+@@ -15
8,6 +159,11 @@ static int parse_redboot_partitions(stru
}
if (i == numslots) {
/* Didn't find it */
}
if (i == numslots) {
/* Didn't find it */
This page took
0.026428 seconds
and
4
git commands to generate.