--- Gnu-Mach/linux/src/drivers/net/eepro.c 2020/09/02 04:41:40 1.1 +++ Gnu-Mach/linux/src/drivers/net/eepro.c 2020/09/02 04:49:08 1.1.1.2 @@ -498,7 +498,7 @@ eepro_probe1(struct device *dev, short i } if (net_debug) - printk(version); + printk("%s", version); /* Grab the region so we can find another board if autoIRQ fails. */ request_region(ioaddr, EEPRO_IO_EXTENT, "eepro");