提交 3d8ec277 编写于 作者: B Ben Skeggs

drm/nouveau/mxm: silence output if no bios data

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 0dd660d4
......@@ -260,7 +260,7 @@ nouveau_mxm_create_(struct nouveau_object *parent,
data = mxm_table(bios, &ver, &len);
if (!data || !(ver = nv_ro08(bios, data))) {
nv_info(mxm, "no VBIOS data, nothing to do\n");
nv_debug(mxm, "no VBIOS data, nothing to do\n");
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册