commit | 256dbcd80f1ccf8abf421c1d72ba79a4e29941dd | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Thu Jul 17 16:32:26 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 17 17:05:07 2014 -0700 |
tree | ae987790948d59a364fe7fec6dd14decf70c71a2 | |
parent | 6f65126c76e38e671c64ec171acff8a99c4de749 [diff] |
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 <stern@rowland.harvard.edu> CC: <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>