| commit | 7fcab099795812a8a08eb3b8c8ddb35c3685045f | [log] [tgz] |
|---|---|---|
| author | Ming Lei <[email protected]> | Fri May 29 11:33:19 2009 +0800 |
| committer | Greg Kroah-Hartman <[email protected]> | Mon Jun 15 21:30:24 2009 -0700 |
| tree | de2bd852d27ac721e6d40b85e7661d7f438119e0 | |
| parent | c4c01684349ac0821ad8c27de9516fe493f3361d [diff] |
driver core: fix documentation of request_firmware_nowait request_firmware_nowait declares it can be called in non-sleep contexts, but kthead_run called by request_firmware_nowait may sleep. So fix its documentation and comment to make callers clear about it. Signed-off-by: Ming Lei <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>