Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151245
b: refs/heads/master
c: 7fcab09
h: refs/heads/master
i:
  151243: 9c210ba
v: v3
  • Loading branch information
Ming Lei authored and Greg Kroah-Hartman committed Jun 16, 2009
1 parent 78b297e commit 51cb66a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4c01684349ac0821ad8c27de9516fe493f3361d
refs/heads/master: 7fcab099795812a8a08eb3b8c8ddb35c3685045f
3 changes: 2 additions & 1 deletion trunk/Documentation/firmware_class/README
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
seconds for the whole load operation.

- request_firmware_nowait() is also provided for convenience in
non-user contexts.
user contexts to request firmware asynchronously, but can't be called
in atomic contexts.


about in-kernel persistence:
Expand Down
5 changes: 3 additions & 2 deletions trunk/drivers/base/firmware_class.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,9 @@ request_firmware_work_func(void *arg)
* @cont: function will be called asynchronously when the firmware
* request is over.
*
* Asynchronous variant of request_firmware() for contexts where
* it is not possible to sleep.
* Asynchronous variant of request_firmware() for user contexts where
* it is not possible to sleep for long time. It can't be called
* in atomic contexts.
**/
int
request_firmware_nowait(
Expand Down

0 comments on commit 51cb66a

Please sign in to comment.