[Sound-open-firmware] [PATCH] alloc: remove unecessary debug trace statement

Liam Girdwood liam.r.girdwood at linux.intel.com
Sun Sep 24 00:07:20 CEST 2017


Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
---
 src/lib/alloc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/alloc.c b/src/lib/alloc.c
index e28817b..1b43d12 100644
--- a/src/lib/alloc.c
+++ b/src/lib/alloc.c
@@ -481,7 +481,6 @@ void *rballoc(int zone, int bflags, size_t bytes)
 	/* will request fit in single block */
 	for (i = 0; i < array_size; i++) {
 
-		trace_value(block_map[i].block_size);
 		/* is block big enough */
 		if (block_map[i].block_size < bytes)
 			continue;
-- 
2.11.0



More information about the Sound-open-firmware mailing list