]> git.neil.brown.name Git - history.git/commitdiff
Increase the delay in waiting for pcmcia drivers to register.
authorLinus Torvalds <torvalds@home.transmeta.com>
Sat, 5 Oct 2002 10:13:01 +0000 (03:13 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 5 Oct 2002 10:13:01 +0000 (03:13 -0700)
Reported by Peter Osterlund.

(Yeah, the real fix would be to make driver services not have to
know about low-level pcmcia core drivers beforehand, but that's not
life as we know it right now).

drivers/pcmcia/ds.c

index b03645385a26024cac15658ca35789ab2db8addf..e697f4c30cab1a2d97bbed169f50c084dfebd439 100644 (file)
@@ -895,7 +895,7 @@ int __init init_pcmcia_ds(void)
      * We really should let the drivers themselves drive some of this..
      */
     current->state = TASK_INTERRUPTIBLE;
-    schedule_timeout(HZ/10);
+    schedule_timeout(HZ/4);
 
     pcmcia_get_card_services_info(&serv);
     if (serv.Revision != CS_RELEASE_CODE) {