Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161049
b: refs/heads/master
c: 80de7ef
h: refs/heads/master
i:
  161047: 88de06e
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Aug 22, 2009
1 parent b37a6d0 commit 8809406
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f9e899ebe502e547fca37f64ebc4b1399880d8f7
refs/heads/master: 80de7efa6d6a4eb72e917bb2d814f38332090d45
4 changes: 4 additions & 0 deletions trunk/drivers/scsi/qla2xxx/qla_gs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1674,6 +1674,10 @@ int
qla2x00_fdmi_register(scsi_qla_host_t *vha)
{
int rval;
struct qla_hw_data *ha = vha->hw;

if (IS_QLA2100(ha) || IS_QLA2200(ha))
return QLA_FUNCTION_FAILED;

rval = qla2x00_mgmt_svr_login(vha);
if (rval)
Expand Down

0 comments on commit 8809406

Please sign in to comment.