drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remove when...
[deliverable/linux.git] / drivers / base / memory.c
index c4c443db7cbfa5920e997114a359cc95f51e75b5..0a134a424a37d30a5cf22cf71e649457f2d3a2a6 100644 (file)
@@ -278,7 +278,7 @@ memory_block_action(unsigned long phys_index, unsigned long action)
 static int memory_block_change_state(struct memory_block *mem,
                unsigned long to_state, unsigned long from_state_req)
 {
-       int i, ret = 0;
+       int ret = 0;
 
        mutex_lock(&mem->state_mutex);
 
This page took 0.023506 seconds and 5 git commands to generate.