Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 16 Aug 2002 04:47:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 16 Aug 2002 04:47:54 -0400 Received: from hermes.fachschaften.tu-muenchen.de ([129.187.202.12]:15860 "HELO hermes.fachschaften.tu-muenchen.de") by vger.kernel.org with SMTP id ; Fri, 16 Aug 2002 04:47:51 -0400 Date: Fri, 16 Aug 2002 10:51:43 +0200 (CEST) From: Adrian Bunk X-X-Sender: bunk@mimas.fachschaften.tu-muenchen.de To: Kai Germaschewski cc: Alan Cox , Subject: Re: Linux 2.4.20-pre2-ac3 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1199 Lines: 35 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/