Commit a652bd0f authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

USB: revert davem's compile time fix, now that it's fixed properly.

parent 6c49dc8c
...@@ -359,7 +359,7 @@ show_list (struct ohci_hcd *ohci, char *buf, size_t count, struct ed *ed) ...@@ -359,7 +359,7 @@ show_list (struct ohci_hcd *ohci, char *buf, size_t count, struct ed *ed)
scratch, scratch,
(info & ED_SKIP) ? " s" : "", (info & ED_SKIP) ? " s" : "",
(ed->hwHeadP & ED_H) ? " H" : "", (ed->hwHeadP & ED_H) ? " H" : "",
(ed->hwHeadP & ED_C) ? "data1" : "data0"); (ed->hwHeadP & ED_C) ? data1 : data0);
size -= temp; size -= temp;
buf += 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