Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158506
b: refs/heads/master
c: 87c8b22
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Jeff Garzik committed Sep 1, 2009
1 parent 0be5bd4 commit 0ac92e6
Show file tree
Hide file tree
Showing 3 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: 051d9fbdd1d1ec85ea18ba20581234cf23f1c217
refs/heads/master: 87c8b22be201cc4c139f98ef5e0471dd15c01239
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_octeon_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ static void octeon_cf_set_dmamode(struct ata_port *ap, struct ata_device *dev)
* This is tI, C.F. spec. says 0, but Sony CF card requires
* more, we use 20 nS.
*/
dma_tim.s.dmack_s = ns_to_tim_reg(tim_mult, 20);;
dma_tim.s.dmack_s = ns_to_tim_reg(tim_mult, 20);
dma_tim.s.dmack_h = ns_to_tim_reg(tim_mult, dma_ackh);

dma_tim.s.dmarq = dma_arq;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/ata/sata_inic162x.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ static irqreturn_t inic_interrupt(int irq, void *dev_instance)
struct ata_host *host = dev_instance;
struct inic_host_priv *hpriv = host->private_data;
u16 host_irq_stat;
int i, handled = 0;;
int i, handled = 0;

host_irq_stat = readw(hpriv->mmio_base + HOST_IRQ_STAT);

Expand Down

0 comments on commit 0ac92e6

Please sign in to comment.