File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ static int __init early_parse_mv(char *from)
64
64
65
65
mvp = get_mv_byname (mv_name );
66
66
if (unlikely (!mvp )) {
67
- printk ("Available vectors:\n\n\t'%s', " , sh_mv .mv_name );
67
+ pr_info ("Available vectors:\n\n\t'%s', " , sh_mv .mv_name );
68
68
for_each_mv (mvp )
69
- printk ("'%s', " , mvp -> mv_name );
70
- printk ("\n\n" );
69
+ pr_cont ("'%s', " , mvp -> mv_name );
70
+ pr_cont ("\n\n" );
71
71
panic ("Failed to select machvec '%s' -- halting.\n" ,
72
72
mv_name );
73
73
} else
@@ -104,7 +104,7 @@ void __init sh_mv_setup(void)
104
104
sh_mv = * (struct sh_machine_vector * )& __machvec_start ;
105
105
}
106
106
107
- printk ( KERN_NOTICE "Booting machvec: %s\n" , get_system_type ());
107
+ pr_notice ( "Booting machvec: %s\n" , get_system_type ());
108
108
109
109
/*
110
110
* Manually walk the vec, fill in anything that the board hasn't yet
You can’t perform that action at this time.
0 commit comments