From: Dan Williams Date: Thu, 17 Feb 2011 23:01:46 +0000 (-0800) Subject: isci: remove SCIC_DEBUG_ENABLED, and fixup an odd macro X-Git-Tag: v3.0-rc6~1^2~1^2~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11c88986290712fc3ae6993af85a0f9a15886278;p=pandora-kernel.git 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 --- Reading git-diff-tree failed