diff options
-rw-r--r-- | drivers/ieee1394/amdtp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ieee1394/amdtp.c b/drivers/ieee1394/amdtp.c index e8e28569a668..75897509c401 100644 --- a/drivers/ieee1394/amdtp.c +++ b/drivers/ieee1394/amdtp.c | |||
@@ -320,8 +320,7 @@ static void ohci1394_stop_it_ctx(struct ti_ohci *ohci, int ctx, int synchronous) | |||
320 | if ((control & OHCI1394_CONTEXT_ACTIVE) == 0) | 320 | if ((control & OHCI1394_CONTEXT_ACTIVE) == 0) |
321 | break; | 321 | break; |
322 | 322 | ||
323 | set_current_state(TASK_INTERRUPTIBLE); | 323 | schedule_timeout_interruptible(1); |
324 | schedule_timeout(1); | ||
325 | } | 324 | } |
326 | } | 325 | } |
327 | } | 326 | } |