Merge tag 'v3.18-rc6' into devicetree/next
v3.18-rc6 contains an important DT bug fix, c1a2086e2d
, "of/selftest:
Fix off-by-one error in removal path" which affects testing of the
overlay patch series. Merge it into the devicetree/next staging branch
so that the overlay patches are applied on top of a known working tree.
Linux 3.18-rc6
Conflicts:
drivers/of/address.c
This commit is contained in:
@@ -234,7 +234,7 @@ void of_node_release(struct kobject *kobj)
|
||||
* @allocflags: Allocation flags (typically pass GFP_KERNEL)
|
||||
*
|
||||
* Copy a property by dynamically allocating the memory of both the
|
||||
* property stucture and the property name & contents. The property's
|
||||
* property structure and the property name & contents. The property's
|
||||
* flags have the OF_DYNAMIC bit set so that we can differentiate between
|
||||
* dynamically allocated properties and not.
|
||||
* Returns the newly allocated property or NULL on out of memory error.
|
||||
|
Reference in New Issue
Block a user