public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.20pre5 trivial compiler warning fix for fmvj18x_cs.c
@ 2002-09-05 20:39 Andreas Steinmetz
  0 siblings, 0 replies; only message in thread
From: Andreas Steinmetz @ 2002-09-05 20:39 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 132 bytes --]

the attached patch fixes a multi line string literal warning for 
fmvj18x_cs.c.
-- 
Andreas Steinmetz
D.O.M. Datenverarbeitung GmbH

[-- Attachment #2: fmvj18x_cs.c.diff --]
[-- Type: text/plain, Size: 499 bytes --]

--- drivers/net/pcmcia/fmvj18x_cs.c.orig	2002-09-05 22:36:18.000000000 +0200
+++ drivers/net/pcmcia/fmvj18x_cs.c	2002-09-05 22:36:30.000000000 +0200
@@ -571,8 +571,8 @@
     case XXX10304:
 	/* Read MACID from Buggy CIS */
 	if (fmvj18x_get_hwinfo(link, tuple.TupleData) == -1) {
-	    printk(KERN_NOTICE "fmvj18x_cs: unable to read hardware net 
-		address.");
+	    printk(KERN_NOTICE "fmvj18x_cs: unable to read hardware net "
+		"address.");
 	    unregister_netdev(dev);
 	    goto failed;
 	}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-05 21:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-05 20:39 2.4.20pre5 trivial compiler warning fix for fmvj18x_cs.c Andreas Steinmetz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox