Re: [PATCH] dmaengine: pl330: fix instruction dump formatting

2020-08-25 Thread Vinod Koul
On 13-08-20, 22:41, Łukasz Stelmach wrote: > Instruction dump uses two printk() in a row to print one instruction. Use > KERN_CONT to prevent breaking the output in the middle. Applied, thanks > > Signed-off-by: Łukasz Stelmach > --- > drivers/dma/pl330.c | 2 +- > 1 file changed, 1 insertion(

[PATCH] dmaengine: pl330: fix instruction dump formatting

2020-08-13 Thread Łukasz Stelmach
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 --- drivers/dma/pl330.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c i