--- Gnu-Mach/linux/src/drivers/net/pcnet32.c 2020/09/02 04:41:40 1.1 +++ Gnu-Mach/linux/src/drivers/net/pcnet32.c 2020/09/02 04:49:06 1.1.1.3 @@ -105,7 +105,7 @@ static int pcnet32_debug = 1; #define le32_to_cpu(val) (val) #endif #if (LINUX_VERSION_CODE < 0x20123) -#define test_and_set_bit(val, addr) set_bit(val, addr) +//#define test_and_set_bit(val, addr) set_bit(val, addr) #endif #define TX_RING_SIZE (1 << (PCNET_LOG_TX_BUFFERS)) @@ -344,7 +344,7 @@ static int pcnet32_probe1(struct device dev->irq = irq_line; if (pcnet32_debug > 0) - printk(version); + printk("%s", version); /* The PCNET32-specific entries in the device structure. */ dev->open = &pcnet32_open;