summaryrefslogtreecommitdiff
path: root/linux/src/drivers/net/de4x5.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux/src/drivers/net/de4x5.c')
-rw-r--r--linux/src/drivers/net/de4x5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/src/drivers/net/de4x5.c b/linux/src/drivers/net/de4x5.c
index a66f0564..c85bcdbf 100644
--- a/linux/src/drivers/net/de4x5.c
+++ b/linux/src/drivers/net/de4x5.c
@@ -1308,7 +1308,7 @@ de4x5_hw_init(struct device *dev, u_long iobase))
}
if (de4x5_debug & DEBUG_VERSION) {
- printk(version);
+ printk("%s", version);
}
/* The DE4X5-specific entries in the device structure. */