driver core: fix documentation of request_firmware_nowait
authorMing Lei <tom.leiming@gmail.com>
Fri, 29 May 2009 03:33:19 +0000 (11:33 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Jun 2009 04:30:24 +0000 (21:30 -0700)
commit7fcab099795812a8a08eb3b8c8ddb35c3685045f
treede2bd852d27ac721e6d40b85e7661d7f438119e0
parentc4c01684349ac0821ad8c27de9516fe493f3361d
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 <tom.leiming@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/firmware_class/README
drivers/base/firmware_class.c