--- Gnu-Mach/linux/src/drivers/net/at1700.c 2020/09/02 04:46:43 1.1.1.2 +++ Gnu-Mach/linux/src/drivers/net/at1700.c 2020/09/02 04:49:12 1.1.1.3 @@ -258,7 +258,7 @@ int at1700_probe1(struct device *dev, in outb(0x00, ioaddr + CONFIG_1); if (net_debug) - printk(version); + printk("%s", version); /* Initialize the device structure. */ dev->priv = kmalloc(sizeof(struct net_local), GFP_KERNEL);