dmaengine: pl330: fix instruction dump formatting
authorŁukasz Stelmach <l.stelmach@samsung.com>
Thu, 13 Aug 2020 20:41:23 +0000 (22:41 +0200)
committerVinod Koul <vkoul@kernel.org>
Tue, 25 Aug 2020 11:11:26 +0000 (16:41 +0530)
commit112ec61b212200d378963cbafdd736a62e9ddaec
tree0b7b7af94135eeb28cf2ad7747552eeaa348b3e7
parent6139521db7d4a01ac780340a9eb8892d6bf3a953
dmaengine: pl330: fix instruction dump formatting

Instruction dump uses two printk() in a row to print one instruction. Use
KERN_CONT to prevent breaking the output in the middle.

Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Link: https://lore.kernel.org/r/20200813204123.19044-1-l.stelmach@samsung.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/pl330.c