commit | 8361a9b8cb6a9c71b7cf884a87b2532d8367c185 | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Fri Oct 30 20:33:30 2015 -0700 |
committer | Brian Norris <computersforpeace@gmail.com> | Wed Nov 11 13:59:08 2015 -0800 |
tree | 6a12ac9aeeae59b3bbd77ee3185a357708d4e1d5 | |
parent | e270bca531b40cd0a143176eb093d173b9c6f418 [diff] |
mtd: physmap_of: assign parent for the concatenated MTD If there is more than one map region for this device, then the concatenated MTD will not have a parent device assigned to it -- only the sub-devices (which are not actually registered with the framework) will have their parents assigned. Let's assign the concatenated device correctly. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com>