Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless

此提交包含在:
John W. Linville
2013-06-18 14:04:51 -04:00
當前提交 9d1059c248
共有 17 個檔案被更改,包括 138 行新增52 行删除

查看文件

@@ -1000,10 +1000,12 @@ static void iwl_req_fw_callback(const struct firmware *ucode_raw, void *context)
*/
if (load_module) {
err = request_module("%s", op->name);
#ifdef CONFIG_IWLWIFI_OPMODE_MODULAR
if (err)
IWL_ERR(drv,
"failed to load module %s (error %d), is dynamic loading enabled?\n",
op->name, err);
#endif
}
return;