linux/generic: sync 2.6.37 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23927 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
ade2af865c
commit
b244e45af0
|
@ -122,7 +122,7 @@
|
|||
+ printk(KERN_INFO "mtd: partition \"%s\" created automatically, ofs=%llX, len=%llX \n",
|
||||
+ ROOTFS_SPLIT_NAME, dpart->offset, dpart->size);
|
||||
+
|
||||
+ slave = add_one_partition(master, dpart, 0, split_offset);
|
||||
+ slave = allocate_partition(master, dpart, 0, split_offset);
|
||||
+ if (!slave) {
|
||||
+ kfree(dpart);
|
||||
+ return -ENOMEM;
|
||||
|
|
Loading…
Reference in New Issue