]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers: base: refactor add_memory_section() to add_memory_block()
authorSeth Jennings <sjenning@linux.vnet.ibm.com>
Tue, 20 Aug 2013 17:13:03 +0000 (12:13 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Aug 2013 18:49:47 +0000 (11:49 -0700)
commitcb5e39b8038be913030a7b01d4396cfa5f9ded7b
tree63b185655cf8f74ecdc3b97a51fe76f85a75fc73
parent37171e3cb7a2f6fc594b524c940beb1ce85cc935
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>
drivers/base/memory.c