Re: [RFC 3/3] ohci: rewrite ohci_dump() for dynamic debug

2013-11-12 Thread Alan Stern
On Tue, 12 Nov 2013 oli...@neukum.org wrote: > From: Oliver Neukum > > As this function is called from interrupt care must > be taken that as little as possible overhead is used > if dynamic debbuging is not enabled. Firstly, the function is called in interrupt context only when an Unrecoverab

[RFC 3/3] ohci: rewrite ohci_dump() for dynamic debug

2013-11-12 Thread oliver
From: Oliver Neukum As this function is called from interrupt care must be taken that as little as possible overhead is used if dynamic debbuging is not enabled. Signed-off-by: Oliver Neukum --- drivers/usb/host/ohci-dbg.c | 91 - 1 file changed, 90