Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106564
b: refs/heads/master
c: 031e134
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Jul 26, 2008
1 parent aac89f2 commit 4ecd843
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5de1f70f4103253f72d92da16d9618bc573b4534
refs/heads/master: 031e134e5f95233d80fb1b62fdaf5e1be587597c
6 changes: 6 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_gs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1661,6 +1661,12 @@ qla2x00_fdmi_register(scsi_qla_host_t *ha)
{
int rval;

if (IS_QLA2100(ha) || IS_QLA2200(ha)) {
DEBUG2(printk("scsi(%ld): FDMI unsupported on "
"ISP2100/ISP2200.\n", ha->host_no));
return QLA_SUCCESS;
}

rval = qla2x00_mgmt_svr_login(ha);
if (rval)
return rval;
Expand Down

0 comments on commit 4ecd843

Please sign in to comment.