diff options
author | Krishna Gudipati <kgudipat@brocade.com> | 2010-03-06 04:37:37 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-03-07 08:35:10 +0100 |
commit | 1c8a4c37494932acd59079b4fc8d8f69fb329c2a (patch) | |
tree | 9d605be2a56606d89b41facda6cc13256d68cd2d /drivers/scsi/bfa/fdmi.c | |
parent | [SCSI] bfa: IOC fixes, check for IOC down condition. (diff) | |
download | linux-1c8a4c37494932acd59079b4fc8d8f69fb329c2a.tar.xz linux-1c8a4c37494932acd59079b4fc8d8f69fb329c2a.zip |
[SCSI] bfa: Rename pport to fcport in BFA FCS.
Rename pport structures to fcport in BFA FCS, to resolve confusion
about the port structures in the firmware, and make sure the SG page
is setup correctly.
Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/bfa/fdmi.c')
-rw-r--r-- | drivers/scsi/bfa/fdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bfa/fdmi.c b/drivers/scsi/bfa/fdmi.c index e8120868701b..2c9e7132a368 100644 --- a/drivers/scsi/bfa/fdmi.c +++ b/drivers/scsi/bfa/fdmi.c @@ -1175,7 +1175,7 @@ bfa_fcs_fdmi_get_portattr(struct bfa_fcs_port_fdmi_s *fdmi, /* * get pport attributes from hal */ - bfa_pport_get_attr(port->fcs->bfa, &pport_attr); + bfa_fcport_get_attr(port->fcs->bfa, &pport_attr); /* * get FC4 type Bitmask |