alloc: remove unecessary debug trace statement

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2017-09-23 23:00:34 +01:00
parent 52177cab21
commit 37cb3ebfc9
1 changed files with 0 additions and 1 deletions

View File

@ -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;