Re: Linux 2.4.17-pre5

Stephan von Krawczynski (skraw@ithnet.com)
Fri, 07 Dec 2001 01:12:53 +0100


> 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/