Commit 3d8ec277 authored by Ben Skeggs's avatar Ben Skeggs

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

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment