提交 77453840 编写于 作者: Z Zhang Rui 提交者: Len Brown

don't load asus-acpi if model is not supported

asus_hotk_get_info should return -ENODEV if the model is not supported.
http://bugzilla.kernel.org/show_bug.cgi?id=10389Signed-off-by: NZhang Rui <rui.zhang@intel.com>
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 0ef9cff1
...@@ -1244,6 +1244,8 @@ static int asus_hotk_get_info(void) ...@@ -1244,6 +1244,8 @@ static int asus_hotk_get_info(void)
"default values\n", string); "default values\n", string);
printk(KERN_NOTICE printk(KERN_NOTICE
" send /proc/acpi/dsdt to the developers\n"); " send /proc/acpi/dsdt to the developers\n");
kfree(model);
return -ENODEV;
} }
hotk->methods = &model_conf[hotk->model]; hotk->methods = &model_conf[hotk->model];
return AE_OK; return AE_OK;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册