提交 085370eb 编写于 作者: M Marcos Paulo de Souza 提交者: Darren Hart

platform/x86: asus-nb-wmi: Make use of dmi->ident

Make use of dmi->ident as other drivers do, like fujitsu, intel,
hp and samsung.
Signed-off-by: NMarcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
上级 8023eff1
......@@ -122,6 +122,7 @@ static struct quirk_entry quirk_asus_x550lb = {
static int dmi_matched(const struct dmi_system_id *dmi)
{
pr_info("Identified laptop model '%s'\n", dmi->ident);
quirks = dmi->driver_data;
return 1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册