[PATCH] Fix multiline string on sdla_chdlc

From: Eduardo Pereira Habkost (ehabkost@conectiva.com.br)
Date: Fri May 23 2003 - 15:51:17 EST


Detected when using gcc 3.3.

-- 
Eduardo

diff -purN linux-2.4.orig/drivers/net/wan/sdla_chdlc.c linux-2.4/drivers/net/wan/sdla_chdlc.c --- linux-2.4.orig/drivers/net/wan/sdla_chdlc.c 2003-05-22 20:13:17.000000000 -0300 +++ linux-2.4/drivers/net/wan/sdla_chdlc.c 2003-05-22 20:13:17.000000000 -0300 @@ -591,8 +591,7 @@ int wpc_init (sdla_t* card, wandev_conf_ if (chdlc_set_intr_mode(card, APP_INT_ON_TIMER)){ - printk (KERN_INFO "%s: - Failed to set interrupt triggers!\n", + printk (KERN_INFO "%s: Failed to set interrupt triggers!\n", card->devname); return -EIO; }


- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri May 23 2003 - 22:00:57 EST