summaryrefslogtreecommitdiffstats
path: root/drivers/cdrom/mcd.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-28 22:58:42 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-28 22:58:42 +0000
commiteed6b7c84cc33f229f6fecd884d9a22af5bec514 (patch)
tree422a7a49328c59053f4fb11805adb753523c2f2c /drivers/cdrom/mcd.c
parenta3b90e3c6976551acbac09f5aacd736a1658aaa8 (diff)
Merge with Linux 2.4.0-test5-pre6.
Diffstat (limited to 'drivers/cdrom/mcd.c')
-rw-r--r--drivers/cdrom/mcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cdrom/mcd.c b/drivers/cdrom/mcd.c
index 12c85365d..c44546274 100644
--- a/drivers/cdrom/mcd.c
+++ b/drivers/cdrom/mcd.c
@@ -1218,7 +1218,7 @@ int __init mcd_init(void)
outb(MCMD_GET_VERSION,MCDPORT(0));
for(count=0;count<3;count++)
if(getValue(result+count)) {
- printk("mitsumi get version failed at 0x%d\n",
+ printk("mitsumi get version failed at 0x%x\n",
mcd_port);
cleanup(1);
return -EIO;