From: Ming Lei Date: Fri, 29 May 2009 03:33:19 +0000 (+0800) Subject: driver core: fix documentation of request_firmware_nowait X-Git-Tag: v2.6.31-rc1~305^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fcab099795812a8a08eb3b8c8ddb35c3685045f;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed