commit | cb5e39b8038be913030a7b01d4396cfa5f9ded7b | [log] [tgz] |
---|---|---|
author | Seth Jennings <sjenning@linux.vnet.ibm.com> | Tue Aug 20 12:13:03 2013 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 21 11:49:47 2013 -0700 |
tree | 63b185655cf8f74ecdc3b97a51fe76f85a75fc73 | |
parent | 37171e3cb7a2f6fc594b524c940beb1ce85cc935 [diff] |
drivers: base: refactor add_memory_section() to add_memory_block() Right now memory_dev_init() maintains the memory block pointer between iterations of add_memory_section(). This is nasty. This patch refactors add_memory_section() to become add_memory_block(). The refactoring pulls the section scanning out of memory_dev_init() and simplifies the signature. Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>