mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 14:16:31 +00:00
scst: Convert a printk(KERN_INFO) statement into a pr_info() statement
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6483 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -861,7 +861,7 @@ static void __printf(2, 3) scst_to_syslog(void *arg, const char *fmt, ...)
|
||||
}
|
||||
|
||||
va_start(args, fmt);
|
||||
printk(KERN_INFO " ");
|
||||
pr_info(" ");
|
||||
vprintk(fmt, args);
|
||||
va_end(args);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user