diff options
| -rw-r--r-- | target/linux/generic/patches-2.6.37/065-rootfs_split.patch | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/target/linux/generic/patches-2.6.37/065-rootfs_split.patch b/target/linux/generic/patches-2.6.37/065-rootfs_split.patch index 532cf3ae5..b8fcd0c22 100644 --- a/target/linux/generic/patches-2.6.37/065-rootfs_split.patch +++ b/target/linux/generic/patches-2.6.37/065-rootfs_split.patch @@ -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; | 
