diff options
author | Krishna Gudipati <kgudipat@brocade.com> | 2012-05-12 04:49:59 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-22 14:06:29 +0400 |
commit | 6192bd7cdc37e2df9391403235b72668a5bf27da (patch) | |
tree | c5e3363c7f3b4a8a4cf74fe1f45bfb67eb93597f /drivers/scsi/bfa/bfad_im.c | |
parent | e91506dbcfc9e405b2a8013e3a59741bbedce471 (diff) | |
download | linux-6192bd7cdc37e2df9391403235b72668a5bf27da.tar.xz |
[SCSI] bfa: Fix to set vport FC host sysfs entries
Made changes to set the fc_host sysfs entries supported_speeds,
supported_classes etc., during the vport creation from the
FC transport template.
Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/bfa/bfad_im.c')
-rw-r--r-- | drivers/scsi/bfa/bfad_im.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/bfa/bfad_im.c b/drivers/scsi/bfa/bfad_im.c index 3153923f5b60..1ac09afe35ee 100644 --- a/drivers/scsi/bfa/bfad_im.c +++ b/drivers/scsi/bfa/bfad_im.c @@ -987,7 +987,7 @@ done: return 0; } -static u32 +u32 bfad_im_supported_speeds(struct bfa_s *bfa) { struct bfa_ioc_attr_s *ioc_attr; |