]> git.baikalelectronics.ru Git - kernel.git/commit
s390: remove unnecessary KERN_CONT
authorJoe Perches <joe@perches.com>
Mon, 5 Jan 2015 12:29:18 +0000 (04:29 -0800)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 8 Jan 2015 09:02:52 +0000 (10:02 +0100)
commit5eb2825e5dd46ac227b84377321c90eb24cadf61
treec05d985f7d41d526711a25605b0a6b4f35349e08
parentc5af994dfb772ff760d5978c733d3f45a3a561a4
s390: remove unnecessary KERN_CONT

This has no effect as KERN_CONT is an empty string,

It's probably just a missing conversion artifact as the
other pr_cont uses in the same file don't have this prefix.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/mm/fault.c