dma-debug: Use pr_fmt()
authorRobin Murphy <robin.murphy@arm.com>
Mon, 10 Dec 2018 14:00:27 +0000 (14:00 +0000)
committerChristoph Hellwig <hch@lst.de>
Tue, 11 Dec 2018 13:31:17 +0000 (14:31 +0100)
commitf737b095c60c635db260e02fdb9f0efb9f3360c4
treec95f4bd08aeba023231b108d348a3251f13618da
parent9f191555ba4ba8fc82e589670e46a7f79b72a157
dma-debug: Use pr_fmt()

Use pr_fmt() to generate the "DMA-API: " prefix consistently. This
results in it being added to a couple of pr_*() messages which were
missing it before, and for the err_printk() calls moves it to the actual
start of the message instead of somewhere in the middle.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Tested-by: Qian Cai <cai@lca.pw>
Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/debug.c