AW: [linux-usb-devel] Compiler error in cdc-acm when DEBUG defined

2003-03-24 Thread Spang Oliver
Patch against 2.5.65 regards Oliver > -Ursprüngliche Nachricht- > Von: Greg KH [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 22. März 2003 02:27 > An: Spang Oliver > Cc: '[EMAIL PROTECTED]' > Betreff: Re: [linux-usb-devel] Compiler error in cdc-acm when DE

Re: [linux-usb-devel] Compiler error in cdc-acm when DEBUG defined

2003-03-21 Thread Greg KH
On Fri, Mar 21, 2003 at 10:43:07AM +0100, Spang Oliver wrote: > Hi, > > if you define DEBUG in cdc-acm.c, you should change the line (it's approx. line 541) > dbg("probing config %d", cfacm->bConfigurationValue); > to > dbg("probing config %d", cfacm->desc.bConfigurationValue); Care to send a pat

[linux-usb-devel] Compiler error in cdc-acm when DEBUG defined

2003-03-21 Thread Spang Oliver
Hi, if you define DEBUG in cdc-acm.c, you should change the line (it's approx. line 541) dbg("probing config %d", cfacm->bConfigurationValue); to dbg("probing config %d", cfacm->desc.bConfigurationValue); regards Oliver - Oliver Spang [EMAIL PROTECTED]