commit | ad3d5d2f7deca6d0fd72163573bcb0cca6337e33 | [log] [tgz] |
---|---|---|
author | Toshi Kikuchi <toshik@chromium.org> | Thu Feb 12 15:02:18 2015 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 12 18:54:14 2015 -0800 |
tree | 42b109baf3a0121d702964fd5411d9ac0cd168f4 | |
parent | af3cd13501eb04ca61d017ff4406f1cbffafdc04 [diff] |
lib/genalloc.c: fix the end addr check in addr_in_gen_pool() Since chunk->end_addr is (chunk->start_addr + size - 1), the end address to compare should be (start + size - 1). Signed-off-by: Toshi Kikuchi <toshik@chromium.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>