missing argument in ide-probe.c printk

Enrico Demarin (mccoy@smc.it)
Sun, 26 Dec 1999 22:30:02 +0100 (CET)


Hi under linux kernel 2.2.14pre16 :

drivers/block/ide-probe.c, line 402

} else
printk("hd%d: C/H/S=%d/%d/%d from BIOS
ignored\n",
cyl, head, sect);

the compiler gives a warning about a missing argument of the printf.
(in fact , an argument is missing)

greets,
enrico

-
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/