Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68942
b: refs/heads/master
c: 1d0c7c8
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Wilcox authored and James Bottomley committed Oct 12, 2007
1 parent fe6c308 commit c45fe89
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 311b581e1d87be87f78e6e17fc50f468f2dec561
refs/heads/master: 1d0c7c8dcf289557f13b6b0f6d71b6a03b12b747
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/pluto.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ int __init pluto_detect(struct scsi_host_template *tpnt)

SCpnt->request->cmd_flags &= ~REQ_STARTED;

SCpnt->done = pluto_detect_done;
SCpnt->request_bufflen = 256;
SCpnt->request_buffer = fcs[i].inquiry;
PLD(("set up %d %08lx\n", i, (long)SCpnt))
Expand Down Expand Up @@ -195,7 +194,7 @@ int __init pluto_detect(struct scsi_host_template *tpnt)
SCpnt = &(fcs[i].cmd);

/* Let FC mid-level free allocated resources */
SCpnt->done (SCpnt);
pluto_detect_scsi_done(SCpnt);

if (!SCpnt->result) {
struct pluto_inquiry *inq;
Expand Down

0 comments on commit c45fe89

Please sign in to comment.