intel: aubinator: don't print out blocks twice

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
Lionel Landwerlin 2016-10-25 12:49:51 +01:00 committed by Lionel Landwerlin
parent e9a25e0247
commit 6f05b69572
1 changed files with 0 additions and 1 deletions

View File

@ -974,7 +974,6 @@ aub_file_decode_batch(struct aub_file *file, struct gen_spec *spec)
break;
case MAKE_HEADER(TYPE_AUB, OPCODE_AUB, SUBOPCODE_BLOCK):
payload_size = p[4];
handle_trace_block(spec, p);
break;
default:
break;