summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/core/scic_sds_stp_remote_device.c
diff options
context:
space:
mode:
authorDave Jiang <dave.jiang@intel.com>2011-02-23 15:57:30 -0800
committerDan Williams <dan.j.williams@intel.com>2011-07-03 03:55:28 -0700
commita1914059f1434b0cdf113ebf16df627fd85689d0 (patch)
tree681f93cc1759c194b30c053168e017bba9a541cf /drivers/scsi/isci/core/scic_sds_stp_remote_device.c
parent6389a77596f36cf04ad8b1c7d43ec1d6cdfe89cb (diff)
downloadop-kernel-dev-a1914059f1434b0cdf113ebf16df627fd85689d0.zip
op-kernel-dev-a1914059f1434b0cdf113ebf16df627fd85689d0.tar.gz
isci: Change event notify calls from scic_cb_* to isci_event_*
Renaming the callbacks to apparopriate event notify calls for the LLDD. Signed-off-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/core/scic_sds_stp_remote_device.c')
-rw-r--r--drivers/scsi/isci/core/scic_sds_stp_remote_device.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/isci/core/scic_sds_stp_remote_device.c b/drivers/scsi/isci/core/scic_sds_stp_remote_device.c
index 880e0e5..ce2cb7b 100644
--- a/drivers/scsi/isci/core/scic_sds_stp_remote_device.c
+++ b/drivers/scsi/isci/core/scic_sds_stp_remote_device.c
@@ -667,7 +667,7 @@ static void scic_sds_stp_remote_device_ready_idle_substate_resume_complete_handl
* the ready notification. */
if (this_device->ready_substate_machine.previous_state_id
!= SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_NCQ) {
- scic_cb_remote_device_ready(
+ isci_event_remote_device_ready(
scic_sds_remote_device_get_controller(this_device), this_device
);
}
@@ -741,7 +741,7 @@ static void scic_sds_stp_remote_device_ready_cmd_substate_enter(
SCIC_SDS_STP_REMOTE_DEVICE_READY_SUBSTATE_CMD
);
- scic_cb_remote_device_not_ready(
+ isci_event_remote_device_not_ready(
scic_sds_remote_device_get_controller(this_device),
this_device,
SCIC_REMOTE_DEVICE_NOT_READY_SATA_REQUEST_STARTED
@@ -799,7 +799,7 @@ static void scic_sds_stp_remote_device_ready_ncq_error_substate_enter(
if (this_device->not_ready_reason ==
SCIC_REMOTE_DEVICE_NOT_READY_SATA_SDB_ERROR_FIS_RECEIVED) {
- scic_cb_remote_device_not_ready(
+ isci_event_remote_device_not_ready(
scic_sds_remote_device_get_controller(this_device),
this_device,
this_device->not_ready_reason
OpenPOWER on IntegriCloud