[PATCH] libata: make code actually compile with debugging on
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
2d2020242d
commit
db7f44d96e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
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);
|
||||
}
|
||||
return i;
|
||||
|
|
Loading…
Add table
Reference in a new issue