Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234984
b: refs/heads/master
c: d285e8b
h: refs/heads/master
v: v3
  • Loading branch information
Sergei Shtylyov authored and Jeff Garzik committed Mar 2, 2011
1 parent 22052e0 commit 847c010
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c211962dc12d609effbf00a2c5c6fc38cc1dbc54
refs/heads/master: d285e8bfe9d1a196e26b798cc04f8c5ebc60c856
4 changes: 2 additions & 2 deletions trunk/drivers/ata/sata_dwc_460ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#undef DRV_NAME
#undef DRV_VERSION
#define DRV_NAME "sata-dwc"
#define DRV_VERSION "1.1"
#define DRV_VERSION "1.2"

/* SATA DMA driver Globals */
#define DMA_NUM_CHANS 1
Expand Down Expand Up @@ -718,7 +718,7 @@ static int dma_dwc_xfer_setup(struct scatterlist *sg, int num_elems,
/* Program the CTL register with src enable / dst enable */
out_le32(&(host_pvt.sata_dma_regs->chan_regs[dma_ch].ctl.low),
DMA_CTL_LLP_SRCEN | DMA_CTL_LLP_DSTEN);
return 0;
return dma_ch;
}

/*
Expand Down

0 comments on commit 847c010

Please sign in to comment.