Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146326
b: refs/heads/master
c: 853280a
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo committed Apr 18, 2009
1 parent e0f6772 commit 8d77825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1e75540ec5202cae63cd238c86bd880e3d496546
refs/heads/master: 853280a4dc8e3cc97ff10c1c02234d96078f437b
7 changes: 2 additions & 5 deletions trunk/drivers/ide/ide-park.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ static void issue_park_cmd(ide_drive_t *drive, unsigned long timeout)
start_queue = 1;
spin_unlock_irq(&hwif->lock);

if (start_queue) {
spin_lock_irq(q->queue_lock);
blk_start_queueing(q);
spin_unlock_irq(q->queue_lock);
}
if (start_queue)
blk_run_queue(q);
return;
}
spin_unlock_irq(&hwif->lock);
Expand Down

0 comments on commit 8d77825

Please sign in to comment.