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)
commit27bba4d6bb3779a6678b31f9c9b9c1553c63fa95
tree7659372c0c1cff5d7feb3c621fdafeaf000385c8
parent33807f4f0daec3b00565c2932d95f614f5833adf
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