aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_expander.c
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2007-12-28 16:35:17 -0600
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2008-01-11 18:29:11 -0600
commitb98e66fa0b687149dc3b26179096dc542c7d5001 (patch)
treed08e0192f53ef4fc0655b38835f2beb9e3c826cb /drivers/scsi/libsas/sas_expander.c
parent38b3167f75c9508156b974d19692c19b78292e2e (diff)
downloadkernel_samsung_smdk4412-b98e66fa0b687149dc3b26179096dc542c7d5001.zip
kernel_samsung_smdk4412-b98e66fa0b687149dc3b26179096dc542c7d5001.tar.gz
kernel_samsung_smdk4412-b98e66fa0b687149dc3b26179096dc542c7d5001.tar.bz2
[SCSI] libsas: add host SMP processing
This adds support for host side SMP processing, via a separate SMP interpreter file. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/libsas/sas_expander.c')
-rw-r--r--drivers/scsi/libsas/sas_expander.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/scsi/libsas/sas_expander.c b/drivers/scsi/libsas/sas_expander.c
index 27674fe..76555b1 100644
--- a/drivers/scsi/libsas/sas_expander.c
+++ b/drivers/scsi/libsas/sas_expander.c
@@ -1896,11 +1896,9 @@ int sas_smp_handler(struct Scsi_Host *shost, struct sas_rphy *rphy,
}
/* no rphy means no smp target support (ie aic94xx host) */
- if (!rphy) {
- printk("%s: can we send a smp request to a host?\n",
- __FUNCTION__);
- return -EINVAL;
- }
+ if (!rphy)
+ return sas_smp_host_handler(shost, req, rsp);
+
type = rphy->identify.device_type;
if (type != SAS_EDGE_EXPANDER_DEVICE &&