View | Details | Raw Unified | Return to bug 74526
Collapse All | Expand All

(-)linux-2.6.12/drivers/base/firmware_class.c (-1 / +1 lines)
Lines 30-36 enum { Link Here
30
	FW_STATUS_READY,
30
	FW_STATUS_READY,
31
};
31
};
32
32
33
static int loading_timeout = 10;	/* In seconds */
33
static int loading_timeout = 30;	/* In seconds */
34
34
35
/* fw_lock could be moved to 'struct firmware_priv' but since it is just
35
/* fw_lock could be moved to 'struct firmware_priv' but since it is just
36
 * guarding for corner cases a global lock should be OK */
36
 * guarding for corner cases a global lock should be OK */

Return to bug 74526