Loading drivers/of/fdt.c +2 −2 Original line number Diff line number Diff line Loading @@ -947,7 +947,7 @@ int __init early_init_dt_scan_chosen_stdout(void) if (fdt_node_check_compatible(fdt, offset, match->compatible)) continue; of_setup_earlycon(match, offset, options); if (of_setup_earlycon(match, offset, options) == 0) return 0; } return -ENODEV; Loading Loading
drivers/of/fdt.c +2 −2 Original line number Diff line number Diff line Loading @@ -947,7 +947,7 @@ int __init early_init_dt_scan_chosen_stdout(void) if (fdt_node_check_compatible(fdt, offset, match->compatible)) continue; of_setup_earlycon(match, offset, options); if (of_setup_earlycon(match, offset, options) == 0) return 0; } return -ENODEV; Loading