[PATCH] Fix multiline string on sdla_chdlc

Eduardo Pereira Habkost (ehabkost@conectiva.com.br)
Fri, 23 May 2003 17:51:17 -0300


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-25660-1053723201-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Detected when using gcc 3.3.

--=20
Eduardo

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

--=_courier-25660-1053723201-0001-2
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+zonFcaRJ66w1lWgRArURAJ4/VY4GRBRrVnKjRvmtIG11ti1YJQCfcORN
ZipIeF73EfvnpXjTo+dpimc=
=hew+
-----END PGP SIGNATURE-----

--=_courier-25660-1053723201-0001-2--