Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204122
b: refs/heads/master
c: 1c4bfe6
h: refs/heads/master
v: v3
  • Loading branch information
Yi Zou authored and James Bottomley committed Jul 27, 2010
1 parent 711179f commit 3e6808e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be61331d902e63011138723da3f737d34506f797
refs/heads/master: 1c4bfe6305215f09f3e80a14a824e4ae45b2c7ed
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libfc/fc_fcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ static void fc_fcp_recv(struct fc_seq *seq, struct fc_frame *fp, void *arg)
fh = fc_frame_header_get(fp);
r_ctl = fh->fh_r_ctl;

if (!(lport->state & LPORT_ST_READY))
if (lport->state != LPORT_ST_READY)
goto out;
if (fc_fcp_lock_pkt(fsp))
goto out;
Expand Down

0 comments on commit 3e6808e

Please sign in to comment.