2002-11-01 21:13:20

by Marcelo Roberto Jimenez

[permalink] [raw]
Subject: [PATCH] 2.5.45 [TRIVIAL]: Cosmetic ide-cd error message printk format


This is just part one, once I got the message. Now have I to
figure out WHY I got this message :-)

Regards,

Marcelo.

diff -Nru a/drivers/ide/ide-cd.c b/drivers/ide/ide-cd.c
--- a/drivers/ide/ide-cd.c Fri Nov 1 18:02:36 2002
+++ b/drivers/ide/ide-cd.c Fri Nov 1 18:02:36 2002
@@ -1462,7 +1462,7 @@
} else {
confused:
printk ("%s: cdrom_pc_intr: The drive "
- "appears confused (ireason = 0x%2x)\n",
+ "appears confused (ireason = 0x%02x)\n",
drive->name, ireason);
rq->flags |= REQ_FAILED;
}