intel/tools: Fix aubinator usage of rb_tree.
authorRafael Antognolli <rafael.antognolli@intel.com>
Mon, 30 Sep 2019 19:34:12 +0000 (12:34 -0700)
committerRafael Antognolli <rafael.antognolli@intel.com>
Mon, 30 Sep 2019 20:43:23 +0000 (13:43 -0700)
commitb9994cb8d518235649544fadbf24ab3763d96f39
treec7d470a1558655aa7ed52a1ddb1a9901674f1cb5
parent089da33c4d7c08a9f7c82cbe05a38c73596ed6aa
intel/tools: Fix aubinator usage of rb_tree.

The order of comparison has changed, so we need to invert the logic of
"insert_left" when using rb_tree_insert_at().

Fixes: dae33052dbf (util/rb_tree: Reverse the order of comparison
                    functions).
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/tools/aub_mem.c