]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf9cabfb890201c4eda4e76cd1e600a996cded27c
treec95f4bd08aeba023231b108d348a3251f13618da
parentf82ef74367f8408d6f6ba096f4223ae120abb30b
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