Re: Linux 2.4.17-pre5

From: Stephan von Krawczynski (skraw@ithnet.com)
Date: Thu Dec 06 2001 - 19:12:53 EST


> Hisax compile fix :
>
> --- drivers/isdn/hisax/config.c.orig Thu Dec 6 21:34:23 2001
> +++ drivers/isdn/hisax/config.c Thu Dec 6 21:34:31 2001
> @@ -485,7 +485,7 @@
> if (strlen(str) < HISAX_IDSIZE)
> strcpy(HiSaxID, str);
> else
> - printk(KERN_WARNING "HiSax: ID too long!")
> + printk(KERN_WARNING "HiSax: ID too long!");
> } else
> strcpy(HiSaxID, "HiSax");
>
>
                                                                      
Ah, shit. Thanks luca, this was my fault. Never cut'n'paste via mouse
on important occasions.
Sorry guys, this was my fault, not Marcelo's.
                                                                      
BTW, for the further ongoing of this patch, I ran into the question if
                                                                      
                                                                      
MODULE_PARM(type, "1-(16)i");
                                                                      
would be a valid statement. I guess not. But if not, could some kind
soul please explain to me how to get rid of the braces "(" ")" given
in definitions from CONFIG stuff.
                                                                      
E.g.:
                                                                      
CONFIG_ME_BEING_DUMB (16)
                                                                      
entering above MODULE_PARM contruction via a definition. I searched
the source tree a bit, but did not find any hints.
                                                                      
Regards,
Stephan
                                                                      
PS: I _will_ re-check the next patches several times, I swear ... :-)
                                                                      
                                                                      
                                                                      
                                                                      
-
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 Dec 07 2001 - 21:00:36 EST