Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172846
b: refs/heads/master
c: 4c4a90f
h: refs/heads/master
v: v3
  • Loading branch information
Thiago Farina authored and Jeff Garzik committed Dec 3, 2009
1 parent 34d91d5 commit 9e7ccb2
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: 7095e3eb49869051594b33f6110edd65aff6be50
refs/heads/master: 4c4a90fd2b9d1f5c0d33df3fcfaa8a3dae9abc53
2 changes: 1 addition & 1 deletion trunk/drivers/ata/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2217,7 +2217,7 @@ static unsigned int mv_qc_issue_fis(struct ata_queued_cmd *qc)
int err = 0;

ata_tf_to_fis(&qc->tf, link->pmp, 1, (void *)fis);
err = mv_send_fis(ap, fis, sizeof(fis) / sizeof(fis[0]));
err = mv_send_fis(ap, fis, ARRAY_SIZE(fis));
if (err)
return err;

Expand Down

0 comments on commit 9e7ccb2

Please sign in to comment.