intel/tools/error: Drop unused parameters from decode() helper.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 12 Nov 2017 06:17:30 +0000 (22:17 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 14 Nov 2017 01:10:38 +0000 (17:10 -0800)
commit00981e7c477e13e5328d7de1d548bfd1151f167c
tree553f2386a15e80c08371fa3720eddb8db8065fa0
parent1898bf11a885c440fd861978f3ee204fe918b159
intel/tools/error: Drop unused parameters from decode() helper.

Also change count from a pointer into a value.  We were supposed to
be resetting it to 0 (and failed to), but that's gone since we dropped
the pre-ascii85 handling.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
src/intel/tools/aubinator_error_decode.c