summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2016-04-29 17:55:29 +0300
committerJani Nikula <jani.nikula@intel.com>2016-05-03 11:19:32 +0300
commit3edaa1d347e5c91058a5dfab821e57beb5217ccc (patch)
treec226597283b840b6a954e78785ba80ebd91092fd /tests
parentc038518438e85f5f91a8608b062f8353d9b6dede (diff)
tools/intel_reg_decode: drop confusing use of IS_965()
Unlike in the kernel driver coding style, IS_965() matches the platform and all subsequent ones. Replace IS_965() with suitable but less confusing alternatives. Most occurences are on code paths that only get called for gens 2, 3 and 4, so replace those with IS_GEN4(). In the one other call site just flip the condition to check for gens 2 and 3 instead. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions