From: Alan Stern Date: Thu, 17 Jul 2014 20:32:26 +0000 (-0400) Subject: USB: OHCI: fix bugs in debug routines X-Git-Tag: omap-for-v3.17/fixes-against-rc2~164^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=256dbcd80f1ccf8abf421c1d72ba79a4e29941dd;p=pandora-kernel.git USB: OHCI: fix bugs in debug routines The debug routine fill_async_buffer() in ohci-hcd is buggy: It never produces any output because it forgets to initialize the output buffer size. Also, the debug routine ohci_dump() has an unused argument. This patch adds the correct initialization and removes the unused argument. Signed-off-by: Alan Stern CC: Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed