Loading drivers/ide/ide.c +2 −0 Original line number Diff line number Diff line Loading @@ -1962,6 +1962,8 @@ static char *media_string(ide_drive_t *drive) return "tape"; case ide_floppy: return "floppy"; case ide_optical: return "optical"; default: return "UNKNOWN"; } Loading Loading
drivers/ide/ide.c +2 −0 Original line number Diff line number Diff line Loading @@ -1962,6 +1962,8 @@ static char *media_string(ide_drive_t *drive) return "tape"; case ide_floppy: return "floppy"; case ide_optical: return "optical"; default: return "UNKNOWN"; } Loading