aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-cd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-cd.c')
-rw-r--r--drivers/ide/ide-cd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c
index c36cab5785d..fd297189132 100644
--- a/drivers/ide/ide-cd.c
+++ b/drivers/ide/ide-cd.c
@@ -1786,7 +1786,7 @@ static int ide_cdrom_probe_capabilities(ide_drive_t *drive)
1786 if ((cdi->mask & CDC_DVD_R) == 0 || (cdi->mask & CDC_DVD_RAM) == 0) 1786 if ((cdi->mask & CDC_DVD_R) == 0 || (cdi->mask & CDC_DVD_RAM) == 0)
1787 printk(KERN_CONT " DVD%s%s", 1787 printk(KERN_CONT " DVD%s%s",
1788 (cdi->mask & CDC_DVD_R) ? "" : "-R", 1788 (cdi->mask & CDC_DVD_R) ? "" : "-R",
1789 (cdi->mask & CDC_DVD_RAM) ? "" : "-RAM"); 1789 (cdi->mask & CDC_DVD_RAM) ? "" : "/RAM");
1790 1790
1791 if ((cdi->mask & CDC_CD_R) == 0 || (cdi->mask & CDC_CD_RW) == 0) 1791 if ((cdi->mask & CDC_CD_R) == 0 || (cdi->mask & CDC_CD_RW) == 0)
1792 printk(KERN_CONT " CD%s%s", 1792 printk(KERN_CONT " CD%s%s",