diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-08 11:08:08 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-11-08 11:08:08 +0000 |
commit | a0992676b473a0840c3dc7e9ad51dc7c0cd2328c (patch) | |
tree | f54b2155c86ad998cfa77eafcf23a9ea8f5b06a6 /target/linux/generic/patches-2.6.37 | |
parent | 2f2442f323a0f86cf5c2cad9efd1a4cd027dacc8 (diff) | |
download | upstream-a0992676b473a0840c3dc7e9ad51dc7c0cd2328c.tar.gz upstream-a0992676b473a0840c3dc7e9ad51dc7c0cd2328c.tar.bz2 upstream-a0992676b473a0840c3dc7e9ad51dc7c0cd2328c.zip |
linux/generic: sync 2.6.37 patches
SVN-Revision: 23927
Diffstat (limited to 'target/linux/generic/patches-2.6.37')
-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 532cf3ae59..b8fcd0c22b 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; |