]> git.baikalelectronics.ru Git - kernel.git/commit
module: use pr_cont
authorJiri Slaby <jslaby@suse.cz>
Mon, 3 Feb 2014 00:43:13 +0000 (11:13 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 13 Mar 2014 01:40:59 +0000 (12:10 +1030)
commit4857c2327d858733947063eb9b7971607a549340
tree7659372c0c1cff5d7feb3c621fdafeaf000385c8
parentcc29aaf6162b3e0da487c5cd741e12a1b5764780
module: use pr_cont

When dumping loaded modules, we print them one by one in separate
printks. Let's use pr_cont as they are continuation prints.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/module.c