Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209395
b: refs/heads/master
c: be948fc
h: refs/heads/master
i:
  209393: fc0d141
  209391: d99e2a0
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Aug 6, 2010
1 parent 903796d commit cb3ffde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 26845f585fad66dc23d87dad89d403cd64b48780
refs/heads/master: be948fc30dabc347e4fba4daf4da9fd83d2abf49
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/libfc/fc_fcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1765,14 +1765,14 @@ int fc_queuecommand(struct scsi_cmnd *sc_cmd, void (*done)(struct scsi_cmnd *))
struct fcoe_dev_stats *stats;

lport = shost_priv(sc_cmd->device->host);
spin_unlock_irq(lport->host->host_lock);

rval = fc_remote_port_chkready(rport);
if (rval) {
sc_cmd->result = rval;
done(sc_cmd);
goto out;
return 0;
}
spin_unlock_irq(lport->host->host_lock);

if (!*(struct fc_remote_port **)rport->dd_data) {
/*
Expand Down

0 comments on commit cb3ffde

Please sign in to comment.