Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173603
b: refs/heads/master
c: c340111
h: refs/heads/master
i:
  173601: cb3ebd6
  173599: a0e0519
v: v3
  • Loading branch information
Robert Love authored and James Bottomley committed Dec 4, 2009
1 parent b9265c9 commit 1fcedd5
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: 473e28563fbb038515d4616546297483d3727c02
refs/heads/master: c340111dbb48482cd23f4e441deff9169be9bc6f
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 @@ -1097,7 +1097,7 @@ static void fc_fcp_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp)
* Scsi abort handler- calls to send an abort
* and then wait for abort completion
*/
static int fc_fcp_pkt_abort(struct fc_lport *lp, struct fc_fcp_pkt *fsp)
static int fc_fcp_pkt_abort(struct fc_fcp_pkt *fsp)
{
int rc = FAILED;

Expand Down Expand Up @@ -1945,7 +1945,7 @@ int fc_eh_abort(struct scsi_cmnd *sc_cmd)
goto release_pkt;
}

rc = fc_fcp_pkt_abort(lp, fsp);
rc = fc_fcp_pkt_abort(fsp);
fc_fcp_unlock_pkt(fsp);

release_pkt:
Expand Down

0 comments on commit 1fcedd5

Please sign in to comment.