summaryrefslogtreecommitdiff
path: root/linux/src/drivers/net/fmv18x.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/src/drivers/net/fmv18x.c')
-rw-r--r--linux/src/drivers/net/fmv18x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/src/drivers/net/fmv18x.c b/linux/src/drivers/net/fmv18x.c
index 121dd0bb..b29ddf00 100644
--- a/linux/src/drivers/net/fmv18x.c
+++ b/linux/src/drivers/net/fmv18x.c
@@ -249,7 +249,7 @@ int fmv18x_probe1(struct device *dev, short ioaddr)
outb(dev->if_port, ioaddr + MODE13);
if (net_debug)
- printk(version);
+ printk("%s", version);
/* Initialize the device structure. */
dev->priv = kmalloc(sizeof(struct net_local), GFP_KERNEL);