aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSeth Jennings <[email protected]>2016-01-14 15:20:21 -0800
committerLinus Torvalds <[email protected]>2016-01-14 16:00:49 -0800
commit56c6b5d3acd8e0cfc302ff56f58c15fea27064de (patch)
treed24b6946fcc47ec22760f47e6494e102c9f9feba /tools/perf/scripts/python
parent84ad5802a33a4964a49b8f7d24d80a214a096b19 (diff)
drivers/base/memory.c: clean up section counting
Right now, section_count is calculated in add_memory_block(). However, init_memory_block() increments section_count as well, which, at first, seems like it would lead to an off-by-one error. There is no harm done because add_memory_block() immediately overwrites the mem->section_count, but it is messy. This commit moves the increment out of the common init_memory_block() (called by both add_memory_block() and register_new_memory()) and adds it to register_new_memory(). Signed-off-by: Seth Jennings <[email protected]> Cc: Andrew Banman <[email protected]> Cc: Daniel J Blueman <[email protected]> Cc: Yinghai Lu <[email protected]> Cc: Greg KH <[email protected]> Cc: Russ Anderson <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions