diff options
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/memory.c b/drivers/base/memory.c index c4c443db7cbf..0a134a424a37 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) | |||
278 | static int memory_block_change_state(struct memory_block *mem, | 278 | static int memory_block_change_state(struct memory_block *mem, |
279 | unsigned long to_state, unsigned long from_state_req) | 279 | unsigned long to_state, unsigned long from_state_req) |
280 | { | 280 | { |
281 | int i, ret = 0; | 281 | int ret = 0; |
282 | 282 | ||
283 | mutex_lock(&mem->state_mutex); | 283 | mutex_lock(&mem->state_mutex); |
284 | 284 | ||