Pull ec into release branch
[pandora-kernel.git] / drivers / ide / ide.c
index a6f098f..ae5bf2b 100644 (file)
@@ -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";
        }