Commit db7f44d9 authored by Alan Cox's avatar Alan Cox Committed by Jeff Garzik

[PATCH] libata: make code actually compile with debugging on

Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 2d202024
...@@ -322,7 +322,7 @@ static int adma_fill_sg(struct ata_queued_cmd *qc) ...@@ -322,7 +322,7 @@ static int adma_fill_sg(struct ata_queued_cmd *qc)
= (pFLAGS & pEND) ? 0 : cpu_to_le32(pp->pkt_dma + i + 4); = (pFLAGS & pEND) ? 0 : cpu_to_le32(pp->pkt_dma + i + 4);
i += 4; i += 4;
VPRINTK("PRD[%u] = (0x%lX, 0x%X)\n", nelem, VPRINTK("PRD[%u] = (0x%lX, 0x%X)\n", i/4,
(unsigned long)addr, len); (unsigned long)addr, len);
} }
return i; return i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment