Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38953
b: refs/heads/master
c: f903d7b
h: refs/heads/master
i:
  38951: ec3d492
v: v3
  • Loading branch information
Ed Lin authored and James Bottomley committed Oct 1, 2006
1 parent f5da40e commit 832d746
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: 80c6e3c0b5eb855b69270658318f5ccf04d7b1ff
refs/heads/master: f903d7b7a80b7c3103335d506533790a322da87b
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/stex.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ struct req_msg {
u8 task_attr;
u8 task_manage;
u8 prd_entry;
u8 payload_sz; /* payload size in 4-byte */
u8 payload_sz; /* payload size in 4-byte, not used */
u8 cdb[STEX_CDB_LENGTH];
u8 variable[REQ_VARIABLE_LEN];
};
Expand Down Expand Up @@ -489,7 +489,6 @@ stex_send_cmd(struct st_hba *hba, struct req_msg *req, u16 tag)
req->tag = cpu_to_le16(tag);
req->task_attr = TASK_ATTRIBUTE_SIMPLE;
req->task_manage = 0; /* not supported yet */
req->payload_sz = (u8)(sizeof(struct req_msg)/sizeof(u32));

hba->ccb[tag].req = req;
hba->out_req_cnt++;
Expand Down

0 comments on commit 832d746

Please sign in to comment.