]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
uvesafb: Fix continuation printks without KERN_LEVEL to pr_cont, neatening
authorJoe Perches <joe@perches.com>
Wed, 14 Jun 2017 15:40:57 +0000 (17:40 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Wed, 14 Jun 2017 15:40:57 +0000 (17:40 +0200)
commita8feae09110675e77022b6f04ac6d308e842d75d
tree54e3be61c157b1dd087fad4a2a28f24c1207c5ef
parent0e25884bbe246d68f1a928a3d5a682ab01a58c83
uvesafb: Fix continuation printks without KERN_LEVEL to pr_cont, neatening

Linus recently broke the printk without KERN_CONT behavior.
Fix it for uvesafb.

While there, convert printk(KERN_<LEVEL> to pr_<level>.
Add pr_fmt and remove the embedded prefixes.

Miscellanea:

o Coalesce formats and realign arguments
o Add a missing space to a format when coalescing.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Michal Januszewski <spock@gentoo.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
drivers/video/fbdev/uvesafb.c