Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9610
b: refs/heads/master
c: 8a70f8d
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik committed Oct 5, 2005
1 parent c8d5560 commit 4fa0df4
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: 05b308e1df6d9d673daedb517969241f41278b52
refs/heads/master: 8a70f8dc08dd40b7f8ac77280eaa99a8c6bc46f4
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,9 +467,9 @@ static void mv_stop_dma(struct ata_port *ap)
}
}

#ifdef ATA_DEBUG
static void mv_dump_mem(void __iomem *start, unsigned bytes)
{
#ifdef ATA_DEBUG
int b, w;
for (b = 0; b < bytes; ) {
DPRINTK("%p: ", start + b);
Expand All @@ -479,8 +479,9 @@ static void mv_dump_mem(void __iomem *start, unsigned bytes)
}
printk("\n");
}
#endif
}
#endif

static void mv_dump_pci_cfg(struct pci_dev *pdev, unsigned bytes)
{
#ifdef ATA_DEBUG
Expand Down

0 comments on commit 4fa0df4

Please sign in to comment.