提交 8a70f8dc 编写于 作者: J Jeff Garzik

[libata sata_mv] fix warning

shuffle ifdef location to fix the following warning:
drivers/scsi/sata_mv.c:471: warning: 'mv_dump_mem' defined but not used
上级 05b308e1
......@@ -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);
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册