Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10364
b: refs/heads/master
c: 7e6c120
h: refs/heads/master
v: v3
  • Loading branch information
Brett Russ authored and Jeff Garzik committed Oct 20, 2005
1 parent e99f2c6 commit 07659b5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 323cb3ce6eea9d4e72a81a9ffaac4c4e5b800810
refs/heads/master: 7e6c1208598004a80b1c1fca4953eb9f2a6aa8bc
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <asm/io.h>

#define DRV_NAME "sata_mv"
#define DRV_VERSION "0.24"
#define DRV_VERSION "0.25"

enum {
/* BAR's are enumerated in terms of pci_resource_start() terms */
Expand Down Expand Up @@ -800,7 +800,8 @@ static void mv_fill_sg(struct ata_queued_cmd *qc)
pp->sg_tbl[i].flags_size = cpu_to_le32(sg_len);
}
if (0 < qc->n_elem) {
pp->sg_tbl[qc->n_elem - 1].flags_size |= EPRD_FLAG_END_OF_TBL;
pp->sg_tbl[qc->n_elem - 1].flags_size |=
cpu_to_le32(EPRD_FLAG_END_OF_TBL);
}
}

Expand Down

0 comments on commit 07659b5

Please sign in to comment.