aubinator: Delete redundant NULL check.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 15 Mar 2017 07:40:44 +0000 (00:40 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 16 Mar 2017 17:48:37 +0000 (10:48 -0700)
commitf0aa8fd4e46f7fb00b493ce0267b4404b4a1a0dd
tree234ce6d51340c3860e7b5430231582aec19067a4
parent65138ce0196d9b9d0a99fbac1ddf936a8b7c522b
aubinator: Delete redundant NULL check.

handle_struct_decode() is just a wrapper around decode_structure()
with a NULL check.  But the only caller already does that NULL check.

So, just use decode_structure() directly.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/tools/aubinator.c