summaryrefslogtreecommitdiff
path: root/linux/src/drivers/net/pcnet32.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/src/drivers/net/pcnet32.c')
-rw-r--r--linux/src/drivers/net/pcnet32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/src/drivers/net/pcnet32.c b/linux/src/drivers/net/pcnet32.c
index 02e70982..da0e8709 100644
--- a/linux/src/drivers/net/pcnet32.c
+++ b/linux/src/drivers/net/pcnet32.c
@@ -344,7 +344,7 @@ static int pcnet32_probe1(struct device *dev, unsigned int ioaddr, unsigned char
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;