Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15135
b: refs/heads/master
c: f035330
h: refs/heads/master
i:
  15133: 90134eb
  15131: 2131b3a
  15127: f94f797
  15119: ba36373
  15103: c64de43
v: v3
  • Loading branch information
Mark Lord authored and James Bottomley committed Dec 8, 2005
1 parent 5bda9d6 commit 7e372e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0da69df1e54146eece38e0a144051f6dd3526821
refs/heads/master: f0353301e6752399ceb874ede7f44e3571c5e4f3
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/megaraid.c
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ mega_build_cmd(adapter_t *adapter, Scsi_Cmnd *cmd, int *busy)
sg->offset;
} else
buf = cmd->request_buffer;
memset(cmd->request_buffer, 0, cmd->cmnd[4]);
memset(buf, 0, cmd->cmnd[4]);
if (cmd->use_sg) {
struct scatterlist *sg;

Expand Down

0 comments on commit 7e372e9

Please sign in to comment.