summaryrefslogtreecommitdiff
path: root/drivers/scsi/isci/core/scic_sds_phy.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-02-17 23:01:46 (GMT)
committerDan Williams <dan.j.williams@intel.com>2011-07-03 10:55:27 (GMT)
commit11c88986290712fc3ae6993af85a0f9a15886278 (patch)
tree225ca7338be35bff3f1343d60f31c6a9638a0557 /drivers/scsi/isci/core/scic_sds_phy.h
parentf7d36e1872c0d79ea9e31445c3b1b70602dbac4b (diff)
downloadlinux-11c88986290712fc3ae6993af85a0f9a15886278.tar.xz
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>
Diffstat (limited to 'drivers/scsi/isci/core/scic_sds_phy.h')
-rw-r--r--drivers/scsi/isci/core/scic_sds_phy.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/drivers/scsi/isci/core/scic_sds_phy.h b/drivers/scsi/isci/core/scic_sds_phy.h
index d9691b3..3b88259 100644
--- a/drivers/scsi/isci/core/scic_sds_phy.h
+++ b/drivers/scsi/isci/core/scic_sds_phy.h
@@ -156,25 +156,6 @@ enum SCIC_SDS_PHY_STARTING_SUBSTATES {
struct scic_sds_port;
struct scic_sds_controller;
-#ifdef SCIC_DEBUG_ENABLED
-#define MAX_STATE_TRANSITION_RECORD (256)
-
-/**
- *
- *
- * Debug code to record the state transitions for the phy object
- */
-struct scic_sds_phy_state_record {
- struct sci_base_observer base_state_observer;
- struct sci_base_observer starting_state_observer;
-
- u16 index;
-
- u32 state_transition_table[MAX_STATE_TRANSITION_RECORD];
-
-};
-#endif /* SCIC_DEBUG_ENABLED */
-
/**
* This enumeration provides a named phy type for the state machine
*
@@ -271,10 +252,6 @@ struct scic_sds_phy {
struct sci_base_state_machine starting_substate_machine;
- #ifdef SCIC_DEBUG_ENABLED
- struct scic_sds_phy_state_record state_record;
- #endif /* SCIC_DEBUG_ENABLED */
-
/**
* This field points to the link layer register set within the SCU.
*/