diff options
Diffstat (limited to 'drivers/ide/ide-park.c')
-rw-r--r-- | drivers/ide/ide-park.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-park.c b/drivers/ide/ide-park.c index 63d01c55f865..44c6787f8aeb 100644 --- a/drivers/ide/ide-park.c +++ b/drivers/ide/ide-park.c | |||
@@ -22,7 +22,7 @@ static void issue_park_cmd(ide_drive_t *drive, unsigned long timeout) | |||
22 | if (reset_timer && hwgroup->sleeping && | 22 | if (reset_timer && hwgroup->sleeping && |
23 | del_timer(&hwgroup->timer)) { | 23 | del_timer(&hwgroup->timer)) { |
24 | hwgroup->sleeping = 0; | 24 | hwgroup->sleeping = 0; |
25 | hwgroup->busy = 0; | 25 | ide_unlock_hwgroup(hwgroup); |
26 | blk_start_queueing(q); | 26 | blk_start_queueing(q); |
27 | } | 27 | } |
28 | spin_unlock_irq(&hwgroup->lock); | 28 | spin_unlock_irq(&hwgroup->lock); |