diff --git a/drivers/base/memory.c b/drivers/base/memory.c index 122fa7263161..ea35b3dc1442 100644 --- a/drivers/base/memory.c +++ b/drivers/base/memory.c @@ -732,7 +732,7 @@ unregister_memory(struct memory_block *memory) { BUG_ON(memory->dev.bus != &memory_subsys); - /* drop the ref. we got in remove_memory_block() */ + /* drop the ref. we got in remove_memory_section() */ put_device(&memory->dev); device_unregister(&memory->dev); }