Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8400
b: refs/heads/master
c: 2aad5f0
h: refs/heads/master
v: v3
  • Loading branch information
Nishanth Aravamudan authored and Linus Torvalds committed Sep 10, 2005
1 parent 60a11a1 commit fc7cf9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f6a2f3404a3b09281a264058fa8dd318bac51178
refs/heads/master: 2aad5f03d97bbaf1b19f31347656de953247c7da
4 changes: 2 additions & 2 deletions trunk/drivers/ide/legacy/ide-cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include <linux/ide.h>
#include <linux/hdreg.h>
#include <linux/major.h>
#include <linux/delay.h>
#include <asm/io.h>
#include <asm/system.h>

Expand Down Expand Up @@ -340,8 +341,7 @@ static void ide_config(dev_link_t *link)
break;
}
}
__set_current_state(TASK_UNINTERRUPTIBLE);
schedule_timeout(HZ/10);
msleep(100);
}

if (hd < 0) {
Expand Down

0 comments on commit fc7cf9b

Please sign in to comment.