]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
libata: Convert bare printks to pr_cont
authorJoe Perches <joe@perches.com>
Mon, 12 Jun 2017 19:17:39 +0000 (12:17 -0700)
committerTejun Heo <tj@kernel.org>
Mon, 12 Jun 2017 19:28:22 +0000 (15:28 -0400)
commit6ef56325d8a382be648c5743d038a20d4995008d
tree96232c4735409205e25d65b218bf08f73b4910ed
parent08fc4756c35fb076027374ff026a82de3de3c5f4
libata: Convert bare printks to pr_cont

Linus Torvalds changed the behavior of printks without KERN_<LEVEL>.

Convert the continuation prints to use pr_cont.

At the same time, convert the existing printks with KERN_<LEVEL> to
pr_<level>

Miscellanea:

o Coalesce a multiline format

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/libata-scsi.c