aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/base/firmware_class.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/base/firmware_class.c b/drivers/base/firmware_class.c
index f8ef983c8a0f..eb95cf7c3b28 100644
--- a/drivers/base/firmware_class.c
+++ b/drivers/base/firmware_class.c
@@ -1384,9 +1384,9 @@ static void request_firmware_work_func(struct work_struct *work)
1384 * 1384 *
1385 * Asynchronous variant of request_firmware() for user contexts: 1385 * Asynchronous variant of request_firmware() for user contexts:
1386 * - sleep for as small periods as possible since it may 1386 * - sleep for as small periods as possible since it may
1387 * increase kernel boot time of built-in device drivers 1387 * increase kernel boot time of built-in device drivers
1388 * requesting firmware in their ->probe() methods, if 1388 * requesting firmware in their ->probe() methods, if
1389 * @gfp is GFP_KERNEL. 1389 * @gfp is GFP_KERNEL.
1390 * 1390 *
1391 * - can't sleep at all if @gfp is GFP_ATOMIC. 1391 * - can't sleep at all if @gfp is GFP_ATOMIC.
1392 **/ 1392 **/