[PATCH v2 2/9] staging: ion: simplify ion_page_pool_total()

2014-05-28 Thread Heesub Shin
ion_page_pool_total() returns the total number of pages in the pool. Depending on the argument passed, it counts highmem pages in or not. This commit simplifies the code lines for better readability. Signed-off-by: Heesub Shin --- drivers/staging/android/ion/ion_page_pool.c | 10 +- 1

[PATCH v2 2/9] staging: ion: simplify ion_page_pool_total()

2014-05-28 Thread Heesub Shin
ion_page_pool_total() returns the total number of pages in the pool. Depending on the argument passed, it counts highmem pages in or not. This commit simplifies the code lines for better readability. Signed-off-by: Heesub Shin heesub.s...@samsung.com ---