2.3.x IDE typo fix

From: Geert Uytterhoeven (geert@linux-m68k.org)
Date: Wed Feb 09 2000 - 08:01:50 EST


This patch makes the debug code compile.

--- native-2.3.43-pre5/drivers/block/ide-proc.c Tue Dec 7 19:17:21 1999
+++ m68k-2.3.42/drivers/block/ide-proc.c Wed Feb 9 13:52:22 2000
@@ -229,7 +229,7 @@
 #endif /* CONFIG_BLK_DEV_IDEPCI */
                         if (for_real) {
 #if 0
- printk("proc_ide_write_config: type=%c, reg=0x%x, val=0x%x, digits=%d\n", is_pci ? 'PCI' : 'non-PCI', reg, val, digits);
+ printk("proc_ide_write_config: type=%s, reg=0x%x, val=0x%x, digits=%d\n", is_pci ? "PCI" : "non-PCI", reg, val, digits);
 #endif
                                 if (is_pci) {
 #ifdef CONFIG_BLK_DEV_IDEPCI

Gr{oetje,eeting}s,

--
Geert Uytterhoeven -- Linux/{m68k~Amiga,PPC~CHRP} -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Feb 15 2000 - 21:00:15 EST