diff --git a/drivers/base/memory.c b/drivers/base/memory.c index c4c443db7cbfa5920e997114a359cc95f51e75b5..0a134a424a37d30a5cf22cf71e649457f2d3a2a6 100644 --- a/drivers/base/memory.c +++ b/drivers/base/memory.c @@ -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);