1
0
Fork 0

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

Signed-off-by: Jeff Garzik <jeff@garzik.org>
hifive-unleashed-5.1
Alan Cox 2006-03-21 15:54:24 +00:00 committed by Jeff Garzik
parent 2d2020242d
commit db7f44d96e
1 changed files with 1 additions and 1 deletions

View File

@ -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;