linux/generic: sync 2.6.37 patches

SVN-Revision: 23927
This commit is contained in:
Alexandros C. Couloumbis 2010-11-08 11:08:08 +00:00
parent 2f2442f323
commit a0992676b4

View File

@ -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;