[PATCH] android:ion: the order and count are in the wrong position

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The value in the wrong position will cause misunderstanding,
when the debug infomations display in the window.

Signed-off-by: jun qian <hangdianqj@xxxxxxx>
---
 drivers/staging/android/ion/ion_system_heap.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/android/ion/ion_system_heap.c b/drivers/staging/android/ion/ion_system_heap.c
index 701eb9f3b0f1..54b8a7710958 100644
--- a/drivers/staging/android/ion/ion_system_heap.c
+++ b/drivers/staging/android/ion/ion_system_heap.c
@@ -225,10 +225,10 @@ static int ion_system_heap_debug_show(struct ion_heap *heap, struct seq_file *s,
 		pool = sys_heap->pools[i];
 
 		seq_printf(s, "%d order %u highmem pages %lu total\n",
-			   pool->high_count, pool->order,
+			   pool->order, pool->high_count,
 			   (PAGE_SIZE << pool->order) * pool->high_count);
 		seq_printf(s, "%d order %u lowmem pages %lu total\n",
-			   pool->low_count, pool->order,
+			   pool->order, pool->low_count,
 			   (PAGE_SIZE << pool->order) * pool->low_count);
 	}
 
-- 
2.17.1



_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel



[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux