Commit 6910908b authored by David S. Miller's avatar David S. Miller

[USB]: Add missing quotes in ohci debugging snprintf.

parent e9a44c49
......@@ -355,7 +355,7 @@ show_list (struct ohci_hcd *ohci, char *buf, size_t count, struct ed *ed)
scratch,
(info & ED_SKIP) ? " s" : "",
(ed->hwHeadP & ED_H) ? " H" : "",
(ed->hwHeadP & ED_C) ? data1 : data0);
(ed->hwHeadP & ED_C) ? "data1" : "data0");
size -= temp;
buf += temp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment