Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200326
b: refs/heads/master
c: 14e45c1
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Jeff Garzik committed Jun 10, 2010
1 parent 079b9e2 commit 0831cbc
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: 7908a9e5fc3f9a679b1777ed231a03636c068446
refs/heads/master: 14e45c15e1dcc4d972b41343661683efd60fed72
2 changes: 1 addition & 1 deletion trunk/drivers/ata/sata_sil24.c
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ static void sil24_qc_prep(struct ata_queued_cmd *qc)
} else {
prb = &cb->atapi.prb;
sge = cb->atapi.sge;
memset(cb->atapi.cdb, 0, 32);
memset(cb->atapi.cdb, 0, sizeof(cb->atapi.cdb));
memcpy(cb->atapi.cdb, qc->cdb, qc->dev->cdb_len);

if (ata_is_data(qc->tf.protocol)) {
Expand Down

0 comments on commit 0831cbc

Please sign in to comment.