Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208399
b: refs/heads/master
c: d236700
h: refs/heads/master
i:
  208397: 8f12b9d
  208395: 73487b4
  208391: e3f3a9c
  208383: 1622465
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed Aug 11, 2010
1 parent 03fe4ee commit 85a65ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 95cc7baa7f19e191b4790d144b7cbe47369cfe32
refs/heads/master: d23670069ad60c82234e51a945e8b472e8c7bde2
3 changes: 2 additions & 1 deletion trunk/drivers/message/i2o/i2o_block.c
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ static int i2o_block_transfer(struct request *req)
{
struct i2o_block_device *dev = req->rq_disk->private_data;
struct i2o_controller *c;
u32 tid = dev->i2o_dev->lct_data.tid;
u32 tid;
struct i2o_message *msg;
u32 *mptr;
struct i2o_block_request *ireq = req->special;
Expand All @@ -743,6 +743,7 @@ static int i2o_block_transfer(struct request *req)
goto exit;
}

tid = dev->i2o_dev->lct_data.tid;
c = dev->i2o_dev->iop;

msg = i2o_msg_get(c);
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/message/i2o/i2o_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ static int i2o_scsi_queuecommand(struct scsi_cmnd *SCpnt,
* Do the incoming paperwork
*/
i2o_dev = SCpnt->device->hostdata;
c = i2o_dev->iop;

SCpnt->scsi_done = done;

Expand All @@ -538,7 +537,7 @@ static int i2o_scsi_queuecommand(struct scsi_cmnd *SCpnt,
done(SCpnt);
goto exit;
}

c = i2o_dev->iop;
tid = i2o_dev->lct_data.tid;

osm_debug("qcmd: Tid = %03x\n", tid);
Expand Down

0 comments on commit 85a65ed

Please sign in to comment.