--- Gnu-Mach/linux/src/drivers/net/lance.c 2020/09/02 04:41:40 1.1 +++ Gnu-Mach/linux/src/drivers/net/lance.c 2020/09/02 04:49:11 1.1.1.2 @@ -674,7 +674,7 @@ int lance_probe1(struct device *dev, int } if (lance_debug > 0 && did_version++ == 0) - printk(version); + printk("%s", version); /* The LANCE-specific entries in the device structure. */ dev->open = lance_open;