chiark / gitweb /
[PATCH] change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle...
authorgreg@kroah.com <greg@kroah.com>
Thu, 14 Oct 2004 04:19:49 +0000 (21:19 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:47:44 +0000 (21:47 -0700)
wait_for_sysfs.c

index 86499a42cdffb36e3b417e63c0e4bafb43d2d3d3..f87253d0449c2401655db53039d33382e47d82d3 100644 (file)
@@ -47,7 +47,7 @@ void log_message(int level, const char *format, ...)
 }
 #endif
 
-#define WAIT_MAX_SECONDS               5
+#define WAIT_MAX_SECONDS               10
 #define WAIT_LOOP_PER_SECOND           20
 
 /* wait for specific file to show up, normally the "dev"-file */