commit | 11c88986290712fc3ae6993af85a0f9a15886278 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Thu Feb 17 15:01:46 2011 -0800 |
committer | Dan Williams <dan.j.williams@intel.com> | Sun Jul 03 03:55:27 2011 -0700 |
tree | 225ca7338be35bff3f1343d60f31c6a9638a0557 | |
parent | f7d36e1872c0d79ea9e31445c3b1b70602dbac4b [diff] |
isci: remove SCIC_DEBUG_ENABLED, and fixup an odd macro This will be replaced by state machine tracepoints and should have been a part of the logger removal. Ran across scic_sds_port_decrement_request_count() which is an ugly macro which silently hides accounting errors. Turn it into a WARN_ONCE to see if it ever triggers. Signed-off-by: Dan Williams <dan.j.williams@intel.com>