Loading drivers/ide/ide-probe.c +3 −0 Original line number Diff line number Diff line Loading @@ -1437,6 +1437,9 @@ int ide_host_register(struct ide_host *host, const struct ide_port_info *d, ide_hwif_t *hwif, *mate = NULL; int i, j = 0; pr_warn("legacy IDE will be removed in 2021, please switch to libata\n" "Report any missing HW support to linux-ide@vger.kernel.org\n"); ide_host_for_each_port(i, hwif, host) { if (hwif == NULL) { mate = NULL; Loading Loading
drivers/ide/ide-probe.c +3 −0 Original line number Diff line number Diff line Loading @@ -1437,6 +1437,9 @@ int ide_host_register(struct ide_host *host, const struct ide_port_info *d, ide_hwif_t *hwif, *mate = NULL; int i, j = 0; pr_warn("legacy IDE will be removed in 2021, please switch to libata\n" "Report any missing HW support to linux-ide@vger.kernel.org\n"); ide_host_for_each_port(i, hwif, host) { if (hwif == NULL) { mate = NULL; Loading