Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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




Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 2d202024
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;