Remove a gremlin so that this code compiles under -stable without
a "syntax error before `struct'" error.
This commit is contained in:
parent
0d9ae4e24e
commit
447f52c8b4
@ -1475,7 +1475,7 @@ ohci_softintr(void *v)
|
||||
printf("ohci_softintr: sitd=%p is done\n", sitd);
|
||||
sitd->isdone = 1;
|
||||
#endif
|
||||
struct ohci_pipe *opipe = (struct ohci_pipe *)xfer->pipe;
|
||||
opipe = (struct ohci_pipe *)xfer->pipe;
|
||||
if (opipe->aborting)
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user