lkml.org 
[lkml]   [1998]   [Mar]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPatch for drivers/isdn/hisax/config.c
Hello.

Without the following patch, kernel 2.1.8x will hang at boot time if a
"hisax=..." kernel parameter is used.

Greetings,

Ruud de Rooij.

--- linux/drivers/isdn/hisax/config.c.orig Sun Jan 25 19:05:46 1998
+++ linux/drivers/isdn/hisax/config.c Sun Mar 8 18:35:37 1998
@@ -287,7 +287,7 @@
}
i++;
}
- if (strlen(str)) {
+ if (str && *str) {
strcpy(HiSaxID, str);
HiSax_id = HiSaxID;
} else {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:41    [from the cache]
©2003-2011 Jasper Spaans