From: Johannes Berg Date: Tue, 12 Jun 2012 17:50:43 +0000 (+0200) Subject: iwlwifi: use request_module instead of _nowait X-Git-Tag: v3.6-rc1~125^2~57^2~317 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4b10483223cf1a3fd2057785b12e2790a961867;p=pandora-kernel.git iwlwifi: use request_module instead of _nowait Since request_module_nowait() can't be backported use request_module() instead -- we don't need the asynchronous behaviour of request_module_nowait() here since we're running in the firmware request work struct. Tested-by: Donald H Fry Reviewed-by: Donald H Fry Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed