Skip to content

Commit

Permalink
bfa: wrong fcport H2I message tested in bfa_fcport_isr()
Browse files Browse the repository at this point in the history
It appears that the wrong fcport H2I message was tested

Signed-off-by: Roel Kluin <[email protected]>
Acked-by: Jing Huang <[email protected]>
Cc: James Bottomley <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
RoelKluin authored and torvalds committed Aug 11, 2010
1 parent 87da323 commit 6de61f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/bfa/bfa_fcport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ bfa_fcport_isr(struct bfa_s *bfa, struct bfi_msg_s *msg)
break;

case BFI_FCPORT_I2H_DISABLE_RSP:
if (fcport->msgtag == i2hmsg.penable_rsp->msgtag)
if (fcport->msgtag == i2hmsg.pdisable_rsp->msgtag)
bfa_sm_send_event(fcport, BFA_FCPORT_SM_FWRSP);
break;

Expand Down

0 comments on commit 6de61f9

Please sign in to comment.