summaryrefslogtreecommitdiffstats
path: root/drivers/sound/sscape.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sound/sscape.c')
-rw-r--r--drivers/sound/sscape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/sscape.c b/drivers/sound/sscape.c
index 25bfaf3a7..4acffcf6d 100644
--- a/drivers/sound/sscape.c
+++ b/drivers/sound/sscape.c
@@ -125,7 +125,7 @@ static char old_hardware = 0;
static void sleep(unsigned howlong)
{
current->state = TASK_INTERRUPTIBLE;
- schedule_timeout(1);
+ schedule_timeout(howlong);
}
static unsigned char sscape_read(struct sscape_info *devc, int reg)