refresh kernel patches so that they apply cleanly
[openwrt.git] / target / linux / generic-2.6 / patches / 212-block2mtd_erase_scan.patch
1 diff -urN linux-2.6.21.1.old/drivers/mtd/devices/block2mtd.c linux-2.6.21.1.dev/drivers/mtd/devices/block2mtd.c
2 --- linux-2.6.21.1.old/drivers/mtd/devices/block2mtd.c  2007-05-26 21:10:15.776816384 +0200
3 +++ linux-2.6.21.1.dev/drivers/mtd/devices/block2mtd.c  2007-05-26 21:10:16.513704360 +0200
4 @@ -112,7 +112,7 @@
5                 if (IS_ERR(page))
6                         return PTR_ERR(page);
7  
8 -               max = (u_long*)page_address(page) + PAGE_SIZE;
9 +               max = (u_long*) ((u8 *) page_address(page) + PAGE_SIZE);
10                 for (p=(u_long*)page_address(page); p<max; p++)
11                         if (*p != -1UL) {
12                                 lock_page(page);