isci: remove SCIC_DEBUG_ENABLED, and fixup an odd macro
authorDan Williams <dan.j.williams@intel.com>
Thu, 17 Feb 2011 23:01:46 +0000 (15:01 -0800)
committerDan Williams <dan.j.williams@intel.com>
Sun, 3 Jul 2011 10:55:27 +0000 (03:55 -0700)
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>

No differences found