diff options
Diffstat (limited to 'drivers/firewire')
-rw-r--r-- | drivers/firewire/fw-ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-ohci.c b/drivers/firewire/fw-ohci.c index 2229ea0b630e..34eb4681e272 100644 --- a/drivers/firewire/fw-ohci.c +++ b/drivers/firewire/fw-ohci.c | |||
@@ -662,7 +662,7 @@ at_context_queue_packet(struct context *ctx, struct fw_packet *packet) | |||
662 | 662 | ||
663 | /* If the context isn't already running, start it up. */ | 663 | /* If the context isn't already running, start it up. */ |
664 | reg = reg_read(ctx->ohci, control_set(ctx->regs)); | 664 | reg = reg_read(ctx->ohci, control_set(ctx->regs)); |
665 | if ((reg & CONTEXT_ACTIVE) == 0) | 665 | if ((reg & CONTEXT_RUN) == 0) |
666 | context_run(ctx, 0); | 666 | context_run(ctx, 0); |
667 | 667 | ||
668 | return 0; | 668 | return 0; |