diff options
Diffstat (limited to 'drivers/isdn/sc/init.c')
-rw-r--r-- | drivers/isdn/sc/init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/isdn/sc/init.c b/drivers/isdn/sc/init.c index 1ebed041672d..62b7acfad8a4 100644 --- a/drivers/isdn/sc/init.c +++ b/drivers/isdn/sc/init.c | |||
@@ -529,8 +529,7 @@ static int identify_board(unsigned long rambase, unsigned int iobase) | |||
529 | */ | 529 | */ |
530 | x = 0; | 530 | x = 0; |
531 | while((inb(iobase + FIFOSTAT_OFFSET) & RF_HAS_DATA) && x < 100) { | 531 | while((inb(iobase + FIFOSTAT_OFFSET) & RF_HAS_DATA) && x < 100) { |
532 | set_current_state(TASK_INTERRUPTIBLE); | 532 | schedule_timeout_interruptible(1); |
533 | schedule_timeout(1); | ||
534 | x++; | 533 | x++; |
535 | } | 534 | } |
536 | if(x == 100) { | 535 | if(x == 100) { |