--- Gnu-Mach/linux/src/drivers/net/3c505.c 2020/09/02 04:41:40 1.1.1.1 +++ Gnu-Mach/linux/src/drivers/net/3c505.c 2020/09/02 04:46:39 1.1.1.2 @@ -10,7 +10,7 @@ * be here without 3C505 technical reference provided by * 3Com. * - * $Id: 3c505.c,v 1.1.1.1 2020/09/02 04:41:40 root Exp $ + * $Id: 3c505.c,v 1.1.1.2 2020/09/02 04:46:39 root Exp $ * * Authors: Linux 3c505 device driver by * Craig Southeren, @@ -1408,7 +1408,7 @@ static int elp_sense(struct device *dev) /* Wait for a while; the adapter may still be booting up */ if (elp_debug > 0) - printk(stilllooking_msg); + printk("%s", stilllooking_msg); if (orig_HCR & DIR) { /* If HCR.DIR is up, we pull it down. HSR.DIR should follow. */ outb_control(orig_HCR & ~DIR, addr); @@ -1439,7 +1439,7 @@ static int elp_sense(struct device *dev) * a hard reset. Also, do a hard reset if selected at the compile time. */ if (elp_debug > 0) - printk(found_msg); + printk("%s", found_msg); return 0; }