1 Index: linux-2.6.23.17/drivers/mtd/redboot.c
2 ===================================================================
3 --- linux-2.6.23.17.orig/drivers/mtd/redboot.c
4 +++ linux-2.6.23.17/drivers/mtd/redboot.c
5 @@ -64,6 +64,7 @@ static int parse_redboot_partitions(stru
11 offset = master->size + directory*master->erasesize;
13 @@ -140,6 +141,11 @@ static int parse_redboot_partitions(stru
17 + if (offset + master->erasesize < master->size) {
18 + /* not at the end of the flash yet, maybe next block :) */
22 printk(KERN_NOTICE "No RedBoot partition table detected in %s\n",