]> asedeno.scripts.mit.edu Git - linux.git/commit
atyfb: fix debugging printks
authorMikulas Patocka <mpatocka@redhat.com>
Mon, 8 Oct 2018 10:57:35 +0000 (12:57 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Mon, 8 Oct 2018 10:57:35 +0000 (12:57 +0200)
commitee6fbb20ab76a08c6623dc59a70db996f44b8ff9
tree6773cfcc6857166ca92b8473df9887baaa832c7e
parent01c40a17249727472da3f52e2f344cc2cc4138c4
atyfb: fix debugging printks

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 <mpatocka@redhat.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/aty/atyfb_base.c