File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -609,16 +609,16 @@ void __init sbi_init(void)
609
609
} else {
610
610
__sbi_rfence = __sbi_rfence_v01 ;
611
611
}
612
- if (( sbi_spec_version >= sbi_mk_version (0 , 3 ) ) &&
612
+ if (sbi_spec_version >= sbi_mk_version (0 , 3 ) &&
613
613
sbi_probe_extension (SBI_EXT_SRST )) {
614
614
pr_info ("SBI SRST extension detected\n" );
615
615
pm_power_off = sbi_srst_power_off ;
616
616
sbi_srst_reboot_nb .notifier_call = sbi_srst_reboot ;
617
617
sbi_srst_reboot_nb .priority = 192 ;
618
618
register_restart_handler (& sbi_srst_reboot_nb );
619
619
}
620
- if (( sbi_spec_version >= sbi_mk_version (2 , 0 ) ) &&
621
- ( sbi_probe_extension (SBI_EXT_DBCN ) > 0 ) ) {
620
+ if (sbi_spec_version >= sbi_mk_version (2 , 0 ) &&
621
+ sbi_probe_extension (SBI_EXT_DBCN ) > 0 ) {
622
622
pr_info ("SBI DBCN extension detected\n" );
623
623
sbi_debug_console_available = true;
624
624
}
You can’t perform that action at this time.
0 commit comments