diff options
Diffstat (limited to 'drivers/isdn/sc/message.c')
-rw-r--r-- | drivers/isdn/sc/message.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/isdn/sc/message.c b/drivers/isdn/sc/message.c index ca204da3257d..0a0fe6b8039b 100644 --- a/drivers/isdn/sc/message.c +++ b/drivers/isdn/sc/message.c | |||
@@ -208,8 +208,7 @@ int send_and_receive(int card, | |||
208 | tries = 0; | 208 | tries = 0; |
209 | /* wait for the response */ | 209 | /* wait for the response */ |
210 | while (tries < timeout) { | 210 | while (tries < timeout) { |
211 | set_current_state(TASK_INTERRUPTIBLE); | 211 | schedule_timeout_interruptible(1); |
212 | schedule_timeout(1); | ||
213 | 212 | ||
214 | pr_debug("SAR waiting..\n"); | 213 | pr_debug("SAR waiting..\n"); |
215 | 214 | ||