summaryrefslogtreecommitdiff
path: root/drivers/scsi/isci/events.c
diff options
context:
space:
mode:
authorEdmund Nadolski <edmund.nadolski@intel.com>2011-02-08 16:28:42 (GMT)
committerDan Williams <dan.j.williams@intel.com>2011-07-03 07:36:31 (GMT)
commita7e536c7d6f1796e8727f5c90d33765ae7cfd8d8 (patch)
treea01113b83d3387c25fa649a1ec0d2565a15a20c4 /drivers/scsi/isci/events.c
parent74ea9c163a5c09638b453208cd129b686b85e91e (diff)
downloadlinux-a7e536c7d6f1796e8727f5c90d33765ae7cfd8d8.tar.xz
isci: remove SCI_INVALID_HANDLE
Replace SCI_INVALID_HANDLE with NULL Signed-off-by: Edmund Nadolski <edmund.nadolski@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/events.c')
-rw-r--r--drivers/scsi/isci/events.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/scsi/isci/events.c b/drivers/scsi/isci/events.c
index 75f9cd5..6911ea5 100644
--- a/drivers/scsi/isci/events.c
+++ b/drivers/scsi/isci/events.c
@@ -399,8 +399,7 @@ void scic_cb_port_invalid_link_up(
* port.
* @port: This parameter specifies the SCI port object for which the callback
* is being invoked. For instances where the phy on which the primitive was
- * received is not part of a port, this parameter will be
- * SCI_INVALID_HANDLE_T.
+ * received is not part of a port, this parameter will be NULL.
* @phy: This parameter specifies the phy on which the primitive was received.
*
*/
@@ -430,7 +429,7 @@ void scic_cb_port_bc_change_primitive_received(
* phy.
* @port: This parameter specifies the port object for which the user callback
* is being invoked. There may be conditions where this parameter can be
- * SCI_INVALID_HANDLE
+ * NULL
* @phy: This parameter specifies the phy object for which the user callback is
* being invoked.
*
@@ -460,7 +459,7 @@ void scic_cb_port_link_up(
* phy.
* @port: This parameter specifies the port object for which the user callback
* is being invoked. There may be conditions where this parameter can be
- * SCI_INVALID_HANDLE
+ * NULL
* @phy: This parameter specifies the phy object for which the user callback is
* being invoked.
*