![]() | |||||||||||||
Messages in this thread |
On Thu, 15 Aug 2002, Kai Germaschewski wrote:
> Well, so I had to dowload and compile gcc 2.95 and reproduce the
> problem... The following patch fixes it:
>
> diff -ur linux-2.4.20-pre2/drivers/isdn/hisax/hisax_debug.h linux-2.4.20-pre2.x/drivers/isdn/hisax/hisax_debug.h
> --- linux-2.4.20-pre2/drivers/isdn/hisax/hisax_debug.h Thu Aug 15 16:48:25 2002
> +++ linux-2.4.20-pre2.x/drivers/isdn/hisax/hisax_debug.h Thu Aug 15
> 16:48:04 2002
> @@ -28,7 +28,7 @@
>
> #define DBG(level, format, arg...) do { \
> if (level & __debug_variable) \
> -printk(KERN_DEBUG "%s: " format "\n" , __FUNCTION__, ## arg); \
> +printk(KERN_DEBUG "%s: " format "\n" , __FUNCTION__ , ## arg); \
> } while (0)
>
> #define DBG_PACKET(level,data,count) \
I can confirm that this patch fixes it.
Thanks
Adrian
--
You only think this is a free country. Like the US the UK spends a lot of
time explaining its a free country because its a police state.
Alan Cox
-
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/
| ||||||||||||
| Last update: 2005-03-22 12:28 [W:1.192 / U:0.050 seconds] ©2003-2008 Jasper Spaans | |||||||||||||