Re: [PATCH] atyfb: fix debugging printks

2018-10-08 Thread Bartlomiej Zolnierkiewicz
On 08/17/2018 09:26 PM, Mikulas Patocka wrote: > This patch fixes the debugging printks. Use pr_cont, so that the lines are > not broken up. Use printk when starting a new line (a long string of > pr_cont's without any printks causes missing characters in the console > output on sparc). > > Signe

[PATCH] atyfb: fix debugging printks

2018-08-17 Thread Mikulas Patocka
This patch fixes the debugging printks. Use pr_cont, so that the lines are not broken up. Use printk when starting a new line (a long string of pr_cont's without any printks causes missing characters in the console output on sparc). Signed-off-by: Mikulas Patocka --- drivers/video/fbdev/aty/aty