David Brownell wrote: > > > Hi, > > This is a slightly cleaned up version of Kevin's patch to > add a "registers" sysfs debug file. Minor style and whitespace > fixups, prints the other register, resolved config/build > issues (minor). > > It also has two minor tweaks: a fix for a potential assertion > violation on a "dead-hc" cleanup path (rare), and wasting less > time blocking irqs when they're already blocked. > > Please merge; this is against your current BK. > > - Dave
This exhibits a build error when OHCI_VERBOSE_DEBUG is enabled: In file included from drivers/usb/host/ohci-hcd.c:143: drivers/usb/host/ohci-q.c: In function `td_done': drivers/usb/host/ohci-q.c:686: `ohci' undeclared (first use in this function) drivers/usb/host/ohci-q.c:686: (Each undeclared identifier is reported only once drivers/usb/host/ohci-q.c:686: for each function it appears in.) make -f scripts/Makefile.build obj=net/core make[3]: *** [drivers/usb/host/ohci-hcd.o] Error 1 -- Kevin ------------------------------------------------------- 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
