On Tue, Sep 16, 2003 at 10:14:12PM +0100, Daniel Drake wrote: > When compiling dabusb with debug info, a compile error occurs. I presume > this is because this part of the code has not been updated since the 2.4 > kernels. > This patch fixes this. > I had to comment out one line of debug code that I was unable to fix. > > Thanks. > -- > Daniel Drake (dsd) > http://www.reactivated.net
> --- linux-2.6.0-test5/drivers/usb/media/dabusb.c 2003-09-09 08:50:01.000000000 > +0100 > +++ linux/drivers/usb/media/dabusb.c 2003-09-16 21:49:03.284703656 +0100 > @@ -89,7 +89,9 @@ > static void dump_urb (struct urb *urb) > { > dbg("urb :%p", urb); > - dbg("next :%p", urb->next); > + /* causes compile error: > + dbg("next :%p", urb->next); > + -- [EMAIL PROTECTED] */ How about just deleting this line, as the next pointer is gone from the urb structure? thanks, greg k-h ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel