diff options
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/firmware_class.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/base/firmware_class.c b/drivers/base/firmware_class.c index 2d296b7f7034..242770250584 100644 --- a/drivers/base/firmware_class.c +++ b/drivers/base/firmware_class.c | |||
@@ -617,8 +617,9 @@ request_firmware_work_func(void *arg) | |||
617 | * @cont: function will be called asynchronously when the firmware | 617 | * @cont: function will be called asynchronously when the firmware |
618 | * request is over. | 618 | * request is over. |
619 | * | 619 | * |
620 | * Asynchronous variant of request_firmware() for contexts where | 620 | * Asynchronous variant of request_firmware() for user contexts where |
621 | * it is not possible to sleep. | 621 | * it is not possible to sleep for long time. It can't be called |
622 | * in atomic contexts. | ||
622 | **/ | 623 | **/ |
623 | int | 624 | int |
624 | request_firmware_nowait( | 625 | request_firmware_nowait( |